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