diff options
author | Alex Dupre <ale@FreeBSD.org> | 2004-07-19 07:48:29 +0000 |
---|---|---|
committer | Alex Dupre <ale@FreeBSD.org> | 2004-07-19 07:48:29 +0000 |
commit | 54d2f85eba31161cccc2ce146d0f8f755d0835af (patch) | |
tree | 53778dc16b9db46e7b2c8027356caf218c0def51 /converters | |
parent | 24479b53fe8a911c541c695225edb6655e22d43d (diff) | |
download | ports-54d2f85eba31161cccc2ce146d0f8f755d0835af.tar.gz ports-54d2f85eba31161cccc2ce146d0f8f755d0835af.zip |
Add a new shared extension for PHP.
Notes
Notes:
svn path=/head/; revision=113988
Diffstat (limited to 'converters')
-rw-r--r-- | converters/Makefile | 1 | ||||
-rw-r--r-- | converters/php4-recode/Makefile | 14 |
2 files changed, 15 insertions, 0 deletions
diff --git a/converters/Makefile b/converters/Makefile index 1c28e1973908..96ddbfafbc2c 100644 --- a/converters/Makefile +++ b/converters/Makefile @@ -56,6 +56,7 @@ SUBDIR += pecl-fribidi SUBDIR += php4-iconv SUBDIR += php4-mbstring + SUBDIR += php4-recode SUBDIR += psiconv SUBDIR += py-cjkcodecs SUBDIR += py-iconv diff --git a/converters/php4-recode/Makefile b/converters/php4-recode/Makefile new file mode 100644 index 000000000000..41b5289fb57e --- /dev/null +++ b/converters/php4-recode/Makefile @@ -0,0 +1,14 @@ +# New ports collection makefile for: php4-recode +# Date created: 7 Jul 2004 +# Whom: Alex Dupre <ale@FreeBSD.org> +# +# $FreeBSD$ +# + +CATEGORIES= converters + +MASTERDIR= ${.CURDIR}/../../lang/php4 + +PKGNAMESUFFIX= -recode + +.include "${MASTERDIR}/Makefile" |