diff options
author | Alex Dupre <ale@FreeBSD.org> | 2004-07-19 08:46:11 +0000 |
---|---|---|
committer | Alex Dupre <ale@FreeBSD.org> | 2004-07-19 08:46:11 +0000 |
commit | 7481a0c08f2a5683d0f5487bae05f188de874e2c (patch) | |
tree | df1fbc6aa60492e3924d7ccef45b16a39922bd38 /converters | |
parent | 0755041a61cc821eae11cf068e697d4e4c9559a6 (diff) | |
download | ports-7481a0c08f2a5683d0f5487bae05f188de874e2c.tar.gz ports-7481a0c08f2a5683d0f5487bae05f188de874e2c.zip |
Notes
Diffstat (limited to 'converters')
-rw-r--r-- | converters/Makefile | 1 | ||||
-rw-r--r-- | converters/php5-iconv/Makefile | 14 |
2 files changed, 15 insertions, 0 deletions
diff --git a/converters/Makefile b/converters/Makefile index e86a3b811a47..41fb67d34b45 100644 --- a/converters/Makefile +++ b/converters/Makefile @@ -58,6 +58,7 @@ SUBDIR += php4-mbstring SUBDIR += php4-recode SUBDIR += php5-iconv + SUBDIR += php5-mbstring SUBDIR += psiconv SUBDIR += py-cjkcodecs SUBDIR += py-iconv diff --git a/converters/php5-iconv/Makefile b/converters/php5-iconv/Makefile new file mode 100644 index 000000000000..f4a02b0b612e --- /dev/null +++ b/converters/php5-iconv/Makefile @@ -0,0 +1,14 @@ +# New ports collection makefile for: php5-iconv +# Date created: 7 Jul 2004 +# Whom: Alex Dupre <ale@FreeBSD.org> +# +# $FreeBSD$ +# + +CATEGORIES= converters + +MASTERDIR= ${.CURDIR}/../../lang/php5 + +PKGNAMESUFFIX= -iconv + +.include "${MASTERDIR}/Makefile" |