diff options
author | az <az@FreeBSD.org> | 2013-09-11 20:59:14 +0800 |
---|---|---|
committer | az <az@FreeBSD.org> | 2013-09-11 20:59:14 +0800 |
commit | d4b9ade4b59d43102f6bd5c1e2ec1bfb1d56520b (patch) | |
tree | 3de49af9a7eb845fcd7be62f0e00c65cb7f39532 /graphics/commons-utilities | |
parent | 1bfb9f578ed6894d1e0be173af564da786409163 (diff) | |
download | freebsd-ports-gnome-d4b9ade4b59d43102f6bd5c1e2ec1bfb1d56520b.tar.gz freebsd-ports-gnome-d4b9ade4b59d43102f6bd5c1e2ec1bfb1d56520b.tar.zst freebsd-ports-gnome-d4b9ade4b59d43102f6bd5c1e2ec1bfb1d56520b.zip |
- convert to the new perl5 framework
- trim Makefile header
Approved by: portmgr (bapt@, blanket)
Diffstat (limited to 'graphics/commons-utilities')
-rw-r--r-- | graphics/commons-utilities/Makefile | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/graphics/commons-utilities/Makefile b/graphics/commons-utilities/Makefile index 4b0ee278e096..7549cb2ff4b3 100644 --- a/graphics/commons-utilities/Makefile +++ b/graphics/commons-utilities/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: commons-utilities -# Date created: 18 September 2010 -# Whom: Dereckson <dereckson@gmail.com> -# +# Created by: Dereckson <dereckson@gmail.com> # $FreeBSD$ -# PORTNAME= commons-utilities PORTVERSION= 1.0 @@ -23,7 +19,8 @@ RUN_DEPENDS= p5-Image-ExifTool>=0:${PORTSDIR}/graphics/p5-Image-ExifTool \ exiv2:${PORTSDIR}/graphics/exiv2 NO_BUILD= yes -USE_PERL5_RUN= yes +USES= perl5 +USE_PERL5= run USE_PYTHON= 2.5+ LICENSE= GPLv3 |