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