diff options
Diffstat (limited to 'graphics/php53-exif/Makefile')
-rw-r--r-- | graphics/php53-exif/Makefile | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/graphics/php53-exif/Makefile b/graphics/php53-exif/Makefile new file mode 100644 index 000000000000..1c910d4ad1a1 --- /dev/null +++ b/graphics/php53-exif/Makefile @@ -0,0 +1,14 @@ +# New ports collection makefile for: php53-exif +# Date created: 12 Apr 2012 +# Whom: Florian Smeets <flo@FreeBSD.org> +# +# $FreeBSD$ +# + +CATEGORIES= graphics + +MASTERDIR= ${.CURDIR}/../../lang/php53 + +PKGNAMESUFFIX= -exif + +.include "${MASTERDIR}/Makefile" |