diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2013-11-19 03:28:22 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2013-11-19 03:28:22 +0800 |
commit | c88fe54f9e892be7c01056f09ce02966c9d46dea (patch) | |
tree | d86e4903e755448dfa033ef857c45bdd2e0d7431 /graphics/Makefile | |
parent | 12a6509a5ab382addc7a91781c8d1e58e4fd40fe (diff) | |
download | freebsd-ports-gnome-c88fe54f9e892be7c01056f09ce02966c9d46dea.tar.gz freebsd-ports-gnome-c88fe54f9e892be7c01056f09ce02966c9d46dea.tar.zst freebsd-ports-gnome-c88fe54f9e892be7c01056f09ce02966c9d46dea.zip |
- Add p5-Image-LibExif 0.04
- While I'm here:
- Add LICENSE
- Add LIB_DEPENDS
- Convert to new Perl framework
- Use USES=pkgconfig
- Support STAGEDIR
- Sort PLIST
Very simple and very fast (about 30 times faster than Image::ExifTool) EXIF
extractor, based on libexif.
WWW: http://search.cpan.org/dist/Image-LibExif/
PR: ports/180319
Submitted by: Anes Mukhametov <anes@anes.su>
Diffstat (limited to 'graphics/Makefile')
-rw-r--r-- | graphics/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/graphics/Makefile b/graphics/Makefile index b24dd9db444a..101fe89f69eb 100644 --- a/graphics/Makefile +++ b/graphics/Makefile @@ -689,6 +689,7 @@ SUBDIR += p5-Image-Imgur SUBDIR += p5-Image-Imlib2 SUBDIR += p5-Image-Info + SUBDIR += p5-Image-LibExif SUBDIR += p5-Image-Magick-Iterator SUBDIR += p5-Image-Math-Constrain SUBDIR += p5-Image-MetaData-GQview |