diff options
author | Alex Dupre <ale@FreeBSD.org> | 2008-12-11 08:50:00 +0000 |
---|---|---|
committer | Alex Dupre <ale@FreeBSD.org> | 2008-12-11 08:50:00 +0000 |
commit | 39dda2a4638d38ca60560cc3627c708d3f4f7109 (patch) | |
tree | 58860d51272f9057a326e586607306dc039634ea /archivers/php5-zip | |
parent | 4ff4f50872e61a3f54b5bb5cd26cc16ba780d3f7 (diff) | |
download | ports-39dda2a4638d38ca60560cc3627c708d3f4f7109.tar.gz ports-39dda2a4638d38ca60560cc3627c708d3f4f7109.zip |
Notes
Diffstat (limited to 'archivers/php5-zip')
-rw-r--r-- | archivers/php5-zip/Makefile | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/archivers/php5-zip/Makefile b/archivers/php5-zip/Makefile new file mode 100644 index 000000000000..47c45d6ae2d6 --- /dev/null +++ b/archivers/php5-zip/Makefile @@ -0,0 +1,14 @@ +# New ports collection makefile for: php5-zip +# Date created: 10 Dec 2008 +# Whom: Alex Dupre <ale@FreeBSD.org> +# +# $FreeBSD$ +# + +CATEGORIES= archivers + +MASTERDIR= ${.CURDIR}/../../lang/php5 + +PKGNAMESUFFIX= -zip + +.include "${MASTERDIR}/Makefile" |