forked from Lainports/freebsd-ports
Add a new shared extension for PHP.
This commit is contained in:
parent
a140ba96e9
commit
fe23191259
2 changed files with 15 additions and 0 deletions
|
|
@ -319,6 +319,7 @@
|
|||
SUBDIR += pgpin
|
||||
SUBDIR += php4-crack
|
||||
SUBDIR += php4-mcrypt
|
||||
SUBDIR += php4-mhash
|
||||
SUBDIR += pidentd
|
||||
SUBDIR += pinentry
|
||||
SUBDIR += pinentry-curses
|
||||
|
|
|
|||
14
security/php4-mcrypt/Makefile
Normal file
14
security/php4-mcrypt/Makefile
Normal file
|
|
@ -0,0 +1,14 @@
|
|||
# New ports collection makefile for: php4-mcrypt
|
||||
# Date created: 7 Jul 2004
|
||||
# Whom: Alex Dupre <ale@FreeBSD.org>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
CATEGORIES= security
|
||||
|
||||
MASTERDIR= ${.CURDIR}/../../lang/php4
|
||||
|
||||
PKGNAMESUFFIX= -mcrypt
|
||||
|
||||
.include "${MASTERDIR}/Makefile"
|
||||
Loading…
Add table
Reference in a new issue