Add a new shared extension for PHP.

This commit is contained in:
Alex Dupre 2004-07-19 08:30:29 +00:00
parent a140ba96e9
commit fe23191259
2 changed files with 15 additions and 0 deletions

View file

@ -319,6 +319,7 @@
SUBDIR += pgpin
SUBDIR += php4-crack
SUBDIR += php4-mcrypt
SUBDIR += php4-mhash
SUBDIR += pidentd
SUBDIR += pinentry
SUBDIR += pinentry-curses

View 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"