mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-26 00:55:14 +00:00
Add php5 filter extension.
This commit is contained in:
parent
da2f456ebd
commit
ed406437e7
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=224098
@ -593,6 +593,7 @@
|
||||
SUBDIR += php4-mcrypt
|
||||
SUBDIR += php4-mhash
|
||||
SUBDIR += php4-openssl
|
||||
SUBDIR += php5-filter
|
||||
SUBDIR += php5-hash
|
||||
SUBDIR += php5-mcrypt
|
||||
SUBDIR += php5-mhash
|
||||
|
14
security/php5-filter/Makefile
Normal file
14
security/php5-filter/Makefile
Normal file
@ -0,0 +1,14 @@
|
||||
# New ports collection makefile for: php5-filter
|
||||
# Date created: 10 Dec 2008
|
||||
# Whom: Alex Dupre <ale@FreeBSD.org>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
CATEGORIES= security
|
||||
|
||||
MASTERDIR= ${.CURDIR}/../../lang/php5
|
||||
|
||||
PKGNAMESUFFIX= -filter
|
||||
|
||||
.include "${MASTERDIR}/Makefile"
|
Loading…
Reference in New Issue
Block a user