diff options
author | dinoex <dinoex@FreeBSD.org> | 2010-04-24 06:34:59 +0800 |
---|---|---|
committer | dinoex <dinoex@FreeBSD.org> | 2010-04-24 06:34:59 +0800 |
commit | d72ae022370210f738a9c795c65b9bc248141b7f (patch) | |
tree | 89cb6fdd37574364a81cf4c194c5014b8f6d6692 /archivers | |
parent | d57a1ee01718ef5b28c4f56618bca315caf278c8 (diff) | |
download | freebsd-ports-gnome-d72ae022370210f738a9c795c65b9bc248141b7f.tar.gz freebsd-ports-gnome-d72ae022370210f738a9c795c65b9bc248141b7f.tar.zst freebsd-ports-gnome-d72ae022370210f738a9c795c65b9bc248141b7f.zip |
- PHP 5.2 slave port
PR: 145772
Submitted by: Alex Keda
Diffstat (limited to 'archivers')
-rw-r--r-- | archivers/Makefile | 1 | ||||
-rw-r--r-- | archivers/php52-zip/Makefile | 14 | ||||
-rw-r--r-- | archivers/php52-zlib/Makefile | 14 |
3 files changed, 29 insertions, 0 deletions
diff --git a/archivers/Makefile b/archivers/Makefile index 3b98d19cc720..213dd66186ba 100644 --- a/archivers/Makefile +++ b/archivers/Makefile @@ -134,6 +134,7 @@ SUBDIR += php5-zlib SUBDIR += php52-bz2 SUBDIR += php52-zip + SUBDIR += php52-zlib SUBDIR += pigz SUBDIR += ppmd SUBDIR += ppmd-7z diff --git a/archivers/php52-zip/Makefile b/archivers/php52-zip/Makefile new file mode 100644 index 000000000000..569118731a28 --- /dev/null +++ b/archivers/php52-zip/Makefile @@ -0,0 +1,14 @@ +# New ports collection makefile for: php52-zip +# Date created: 17 Apr 2010 +# Whom: Alex Keda <admin@lissyara.su> +# +# $FreeBSD$ +# + +CATEGORIES= archivers + +MASTERDIR= ${.CURDIR}/../../lang/php52 + +PKGNAMESUFFIX= -zip + +.include "${MASTERDIR}/Makefile" diff --git a/archivers/php52-zlib/Makefile b/archivers/php52-zlib/Makefile new file mode 100644 index 000000000000..b683d244d1a6 --- /dev/null +++ b/archivers/php52-zlib/Makefile @@ -0,0 +1,14 @@ +# New ports collection makefile for: php52-zlib +# Date created: 17 Apr 2010 +# Whom: Alex Keda <admin@lissyara.su> +# +# $FreeBSD$ +# + +CATEGORIES= archivers + +MASTERDIR= ${.CURDIR}/../../lang/php52 + +PKGNAMESUFFIX= -zlib + +.include "${MASTERDIR}/Makefile" |