Add a new shared extension for PHP.

This commit is contained in:
Alex Dupre 2004-07-19 09:19:03 +00:00
parent 01cb54d605
commit 4a365426f3
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=114160
2 changed files with 15 additions and 0 deletions

View File

@ -322,6 +322,7 @@
SUBDIR += php4-mhash
SUBDIR += php4-openssl
SUBDIR += php5-mcrypt
SUBDIR += php5-mhash
SUBDIR += pidentd
SUBDIR += pinentry
SUBDIR += pinentry-curses

View File

@ -0,0 +1,14 @@
# New ports collection makefile for: php5-mcrypt
# Date created: 7 Jul 2004
# Whom: Alex Dupre <ale@FreeBSD.org>
#
# $FreeBSD$
#
CATEGORIES= security
MASTERDIR= ${.CURDIR}/../../lang/php5
PKGNAMESUFFIX= -mcrypt
.include "${MASTERDIR}/Makefile"