diff options
author | Dirk Meyer <dinoex@FreeBSD.org> | 2010-04-23 15:40:05 +0000 |
---|---|---|
committer | Dirk Meyer <dinoex@FreeBSD.org> | 2010-04-23 15:40:05 +0000 |
commit | 9dc8b611a5b09b846c90e4986efd921178a7c50c (patch) | |
tree | 57a6bce28af43d56611d717c4c153d39708a0aa6 /graphics/php52-exif | |
parent | 0484e77fc1c7c10ff74a76c122ba71af28f989ca (diff) |
Notes
Diffstat (limited to 'graphics/php52-exif')
-rw-r--r-- | graphics/php52-exif/Makefile | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/graphics/php52-exif/Makefile b/graphics/php52-exif/Makefile new file mode 100644 index 000000000000..12cdaffb4052 --- /dev/null +++ b/graphics/php52-exif/Makefile @@ -0,0 +1,14 @@ +# New ports collection makefile for: php52-exif +# Date created: 17 Apr 2010 +# Whom: Alex Keda <admin@lissyara.su> +# +# $FreeBSD$ +# + +CATEGORIES= graphics + +MASTERDIR= ${.CURDIR}/../../lang/php52 + +PKGNAMESUFFIX= -exif + +.include "${MASTERDIR}/Makefile" |