diff options
Diffstat (limited to 'archivers/php5-bz2/Makefile')
-rw-r--r-- | archivers/php5-bz2/Makefile | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/archivers/php5-bz2/Makefile b/archivers/php5-bz2/Makefile new file mode 100644 index 000000000000..0e4cba01dc90 --- /dev/null +++ b/archivers/php5-bz2/Makefile @@ -0,0 +1,14 @@ +# New ports collection makefile for: php5-bz2 +# Date created: 7 Jul 2004 +# Whom: Alex Dupre <ale@FreeBSD.org> +# +# $FreeBSD$ +# + +CATEGORIES= archivers + +MASTERDIR= ${.CURDIR}/../../lang/php5 + +PKGNAMESUFFIX= -bz2 + +.include "${MASTERDIR}/Makefile" |