1
0
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:
Alex Dupre 2008-12-11 09:01:38 +00:00
parent da2f456ebd
commit ed406437e7
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=224098
2 changed files with 15 additions and 0 deletions

View File

@ -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

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