diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2012-07-11 01:51:35 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2012-07-11 01:51:35 +0800 |
commit | 23da80104741ec3240d4fc81372e15b9619cf4cd (patch) | |
tree | ca8fa2c9740dfca3a7b8528e99cc7fdf0de247ad /net | |
parent | f1b98693b3ddd1adb16e57dc9dbddc7a79dfad3f (diff) | |
download | freebsd-ports-gnome-23da80104741ec3240d4fc81372e15b9619cf4cd.tar.gz freebsd-ports-gnome-23da80104741ec3240d4fc81372e15b9619cf4cd.tar.zst freebsd-ports-gnome-23da80104741ec3240d4fc81372e15b9619cf4cd.zip |
- Update to 1.121660
- Add LICENSE
- Pet portlint
Changes: http://search.cpan.org/dist/Geo-IPfree/Changes
PR: ports/169088
Submitted by: sunpoet (myself)
Approved by: maintainer (timeout, 25 days)
Diffstat (limited to 'net')
-rw-r--r-- | net/p5-Geo-IPfree/Makefile | 9 | ||||
-rw-r--r-- | net/p5-Geo-IPfree/distinfo | 4 |
2 files changed, 8 insertions, 5 deletions
diff --git a/net/p5-Geo-IPfree/Makefile b/net/p5-Geo-IPfree/Makefile index 20a422d8e255..a730fd90758d 100644 --- a/net/p5-Geo-IPfree/Makefile +++ b/net/p5-Geo-IPfree/Makefile @@ -6,7 +6,7 @@ # PORTNAME= Geo-IPfree -PORTVERSION= 1.120460 +PORTVERSION= 1.121660 CATEGORIES= net perl5 geography MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -14,6 +14,9 @@ PKGNAMEPREFIX= p5- MAINTAINER= tobez@FreeBSD.org COMMENT= Look up country from an IP Address +LICENSE= ART10 GPLv1 +LICENSE_COMB= dual + PERL_CONFIGURE= yes MAN3= Geo::IPfree.3 @@ -21,8 +24,8 @@ MAN3= Geo::IPfree.3 .include <bsd.port.pre.mk> .if ${PERL_LEVEL} < 501200 -BUILD_DEPENDS= p5-Memoize>=0:${PORTSDIR}/devel/p5-Memoize -RUN_DEPENDS:= ${BUILD_DEPENDS} +BUILD_DEPENDS+= p5-Memoize>=0:${PORTSDIR}/devel/p5-Memoize +RUN_DEPENDS+= p5-Memoize>=0:${PORTSDIR}/devel/p5-Memoize .endif .include <bsd.port.post.mk> diff --git a/net/p5-Geo-IPfree/distinfo b/net/p5-Geo-IPfree/distinfo index c2e4f677b5c5..9ea64caf1579 100644 --- a/net/p5-Geo-IPfree/distinfo +++ b/net/p5-Geo-IPfree/distinfo @@ -1,2 +1,2 @@ -SHA256 (Geo-IPfree-1.120460.tar.gz) = 03363c2d5fcea37387b06787d4885ad1c3991acd244735ab25ff74ded79ab31f -SIZE (Geo-IPfree-1.120460.tar.gz) = 485210 +SHA256 (Geo-IPfree-1.121660.tar.gz) = 2cd8138e79c1dd7d10b0b25ab313bcd9a52d7871527919b4702f757082391cc5 +SIZE (Geo-IPfree-1.121660.tar.gz) = 497719 |