diff options
author | ale <ale@FreeBSD.org> | 2004-07-19 09:18:35 +0000 |
---|---|---|
committer | ale <ale@FreeBSD.org> | 2004-07-19 09:18:35 +0000 |
commit | 5fec49d5110faac46a35afb56b31be7a42444c32 (patch) | |
tree | 4ac53bb46d3015bf03105968da775d07c0e86bf4 /net/php5-yp | |
parent | 64502b437046d2ece465678d5edf02a4c628d4c6 (diff) | |
download | FreeBSD-ports-5fec49d5110faac46a35afb56b31be7a42444c32.zip FreeBSD-ports-5fec49d5110faac46a35afb56b31be7a42444c32.tar.gz |
Add a new shared extension for PHP.
Diffstat (limited to 'net/php5-yp')
-rw-r--r-- | net/php5-yp/Makefile | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/net/php5-yp/Makefile b/net/php5-yp/Makefile new file mode 100644 index 0000000..7f235b9 --- /dev/null +++ b/net/php5-yp/Makefile @@ -0,0 +1,14 @@ +# New ports collection makefile for: php5-yp +# Date created: 7 Jul 2004 +# Whom: Alex Dupre <ale@FreeBSD.org> +# +# $FreeBSD$ +# + +CATEGORIES= net + +MASTERDIR= ${.CURDIR}/../../lang/php5 + +PKGNAMESUFFIX= -yp + +.include "${MASTERDIR}/Makefile" |