From 1d74f30a26a2511d8a7cad3490221c87cc43a3cd Mon Sep 17 00:00:00 2001 From: ale Date: Mon, 19 Jul 2004 09:10:26 +0000 Subject: Add a new shared extension for PHP. --- ftp/php5-ftp/Makefile | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 ftp/php5-ftp/Makefile (limited to 'ftp/php5-ftp') diff --git a/ftp/php5-ftp/Makefile b/ftp/php5-ftp/Makefile new file mode 100644 index 000000000000..341b2f4a47bf --- /dev/null +++ b/ftp/php5-ftp/Makefile @@ -0,0 +1,14 @@ +# New ports collection makefile for: php5-ftp +# Date created: 7 Jul 2004 +# Whom: Alex Dupre +# +# $FreeBSD$ +# + +CATEGORIES= ftp + +MASTERDIR= ${.CURDIR}/../../lang/php5 + +PKGNAMESUFFIX= -ftp + +.include "${MASTERDIR}/Makefile" -- cgit