Add a new shared extension for PHP.
This commit is contained in:
parent
01cb54d605
commit
4a365426f3
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=114160
@ -322,6 +322,7 @@
|
||||
SUBDIR += php4-mhash
|
||||
SUBDIR += php4-openssl
|
||||
SUBDIR += php5-mcrypt
|
||||
SUBDIR += php5-mhash
|
||||
SUBDIR += pidentd
|
||||
SUBDIR += pinentry
|
||||
SUBDIR += pinentry-curses
|
||||
|
14
security/php5-mcrypt/Makefile
Normal file
14
security/php5-mcrypt/Makefile
Normal 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"
|
Loading…
Reference in New Issue
Block a user