diff options
Diffstat (limited to 'converters/php52-mbstring/Makefile')
-rw-r--r-- | converters/php52-mbstring/Makefile | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/converters/php52-mbstring/Makefile b/converters/php52-mbstring/Makefile new file mode 100644 index 000000000000..5dfb09658087 --- /dev/null +++ b/converters/php52-mbstring/Makefile @@ -0,0 +1,14 @@ +# New ports collection makefile for: php52-mbstring +# Date created: 17 Apr 2010 +# Whom: Alex Keda <admin@lissyara.su> +# +# $FreeBSD$ +# + +CATEGORIES= converters + +MASTERDIR= ${.CURDIR}/../../lang/php52 + +PKGNAMESUFFIX= -mbstring + +.include "${MASTERDIR}/Makefile" |