diff options
author | Yen-Ming Lee <leeym@FreeBSD.org> | 2008-11-15 23:40:58 +0000 |
---|---|---|
committer | Yen-Ming Lee <leeym@FreeBSD.org> | 2008-11-15 23:40:58 +0000 |
commit | 57c67becd42fcb0aa60319331f1b3cb84935f282 (patch) | |
tree | 44edf17b296b56d0a0f201a18a33955f71a0586d /misc/p5-Geo-Cache | |
parent | ada41b7f6c4af8bee967fe80a0325fd65c2f0d10 (diff) | |
download | ports-57c67becd42fcb0aa60319331f1b3cb84935f282.tar.gz ports-57c67becd42fcb0aa60319331f1b3cb84935f282.zip |
Notes
Diffstat (limited to 'misc/p5-Geo-Cache')
-rw-r--r-- | misc/p5-Geo-Cache/Makefile | 13 | ||||
-rw-r--r-- | misc/p5-Geo-Cache/distinfo | 6 | ||||
-rw-r--r-- | misc/p5-Geo-Cache/pkg-plist | 1 |
3 files changed, 9 insertions, 11 deletions
diff --git a/misc/p5-Geo-Cache/Makefile b/misc/p5-Geo-Cache/Makefile index 5215fab87007..daa5254353b6 100644 --- a/misc/p5-Geo-Cache/Makefile +++ b/misc/p5-Geo-Cache/Makefile @@ -6,7 +6,7 @@ # PORTNAME= Geo-Cache -PORTVERSION= 0.06 +PORTVERSION= 0.11 CATEGORIES= misc perl5 geography MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -14,13 +14,12 @@ PKGNAMEPREFIX= p5- MAINTAINER= ports@FreeBSD.org COMMENT= Object interface for GPS waypoints -BUILD_DEPENDS= ${SITE_PERL}/XML/Simple.pm:${PORTSDIR}/textproc/p5-XML-Simple \ - ${SITE_PERL}/Time/CTime.pm:${PORTSDIR}/devel/p5-Time-modules -RUN_DEPENDS+= ${BUILD_DEPENDS} - -MAN3= Geo::Cache.3 \ - Geo::Gpx.3 +RUN_DEPENDS= p5-Time-modules>=0:${PORTSDIR}/devel/p5-Time-modules \ + p5-XML-Simple>=0:${PORTSDIR}/textproc/p5-XML-Simple +BUILD_DEPENDS= ${RUN_DEPENDS} PERL_CONFIGURE= yes +MAN3= Geo::Cache.3 + .include <bsd.port.mk> diff --git a/misc/p5-Geo-Cache/distinfo b/misc/p5-Geo-Cache/distinfo index d16bf98a7efd..b7dc9aed8d1b 100644 --- a/misc/p5-Geo-Cache/distinfo +++ b/misc/p5-Geo-Cache/distinfo @@ -1,3 +1,3 @@ -MD5 (Geo-Cache-0.06.tar.gz) = def80785039f32b4b75a90904ac96f1d -SHA256 (Geo-Cache-0.06.tar.gz) = 545fc50ed77b000b1a9c4017227347e4926a354d7e8da52ae5ed0c5513b7359c -SIZE (Geo-Cache-0.06.tar.gz) = 11371 +MD5 (Geo-Cache-0.11.tar.gz) = 292228328d70cdab833010228f7d07be +SHA256 (Geo-Cache-0.11.tar.gz) = 820bc4d42134ca41bf61576b5b38cf1c9b113c37185c5bb37bc148f8c48596e7 +SIZE (Geo-Cache-0.11.tar.gz) = 98916 diff --git a/misc/p5-Geo-Cache/pkg-plist b/misc/p5-Geo-Cache/pkg-plist index 7b82c7160ae9..4d998bf078f4 100644 --- a/misc/p5-Geo-Cache/pkg-plist +++ b/misc/p5-Geo-Cache/pkg-plist @@ -1,5 +1,4 @@ %%SITE_PERL%%/Geo/Cache.pm -%%SITE_PERL%%/Geo/Gpx.pm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Geo/Cache/.packlist @dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Geo/Cache @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Geo |