diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2017-06-22 02:53:16 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2017-06-22 02:53:16 +0800 |
commit | 429c37deaff46db1cc953ee4896024138b48c8d3 (patch) | |
tree | 93629bac378292c6fb4c0f482ec3f746b73cc413 /graphics | |
parent | e26cc5e0b559d496a7f631139b96a257d6b5d7cf (diff) | |
download | freebsd-ports-gnome-429c37deaff46db1cc953ee4896024138b48c8d3.tar.gz freebsd-ports-gnome-429c37deaff46db1cc953ee4896024138b48c8d3.tar.zst freebsd-ports-gnome-429c37deaff46db1cc953ee4896024138b48c8d3.zip |
Remove Perl core modules
- Sort *_DEPENDS
- Add NO_ARCH
- Bump PORTREVISION for dependency change
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/p5-Geo-Gpx/Makefile | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/graphics/p5-Geo-Gpx/Makefile b/graphics/p5-Geo-Gpx/Makefile index 7835d26e979c..8df861034242 100644 --- a/graphics/p5-Geo-Gpx/Makefile +++ b/graphics/p5-Geo-Gpx/Makefile @@ -3,7 +3,7 @@ PORTNAME= Geo-Gpx PORTVERSION= 0.26 -PORTREVISION= 6 +PORTREVISION= 7 CATEGORIES= graphics perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -14,14 +14,14 @@ COMMENT= Perl Module to Create and Parse GPX Files LICENSE= ART10 GPLv1 LICENSE_COMB= dual -BUILD_DEPENDS= p5-TimeDate>=0:devel/p5-TimeDate \ - p5-HTML-Parser>=0:www/p5-HTML-Parser \ +BUILD_DEPENDS= p5-DateTime-Format-ISO8601>=0:devel/p5-DateTime-Format-ISO8601 \ p5-ExtUtils-MakeMaker-Coverage>=0:devel/p5-ExtUtils-MakeMaker-Coverage \ - p5-Time-Local>=0:devel/p5-Time-Local \ - p5-XML-Descent>=0:textproc/p5-XML-Descent \ - p5-DateTime-Format-ISO8601>=0:devel/p5-DateTime-Format-ISO8601 + p5-HTML-Parser>=0:www/p5-HTML-Parser \ + p5-TimeDate>=0:devel/p5-TimeDate \ + p5-XML-Descent>=0:textproc/p5-XML-Descent RUN_DEPENDS:= ${BUILD_DEPENDS} +NO_ARCH= yes USES= perl5 USE_PERL5= configure |