diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2013-01-31 02:14:37 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2013-01-31 02:14:37 +0800 |
commit | 1d5c745c2402eb002e7798f8f5e335be29f34472 (patch) | |
tree | 41d71e8a6eb85f6591ef58694f012a986c492473 /net | |
parent | 8904573bb43b5f1c6da67a0e372f27df0ce27bee (diff) | |
download | freebsd-ports-gnome-1d5c745c2402eb002e7798f8f5e335be29f34472.tar.gz freebsd-ports-gnome-1d5c745c2402eb002e7798f8f5e335be29f34472.tar.zst freebsd-ports-gnome-1d5c745c2402eb002e7798f8f5e335be29f34472.zip |
- Update to 2.009
- Add LICENSE
- Remove outdated PERL_LEVEL check
Changes: http://search.cpan.org/dist/Socket/Changes
Diffstat (limited to 'net')
-rw-r--r-- | net/p5-Socket/Makefile | 9 | ||||
-rw-r--r-- | net/p5-Socket/distinfo | 4 |
2 files changed, 6 insertions, 7 deletions
diff --git a/net/p5-Socket/Makefile b/net/p5-Socket/Makefile index 2c418ec8cbfd..f233f1f23c27 100644 --- a/net/p5-Socket/Makefile +++ b/net/p5-Socket/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= Socket -PORTVERSION= 2.007 +PORTVERSION= 2.009 CATEGORIES= net perl5 MASTER_SITES= CPAN MASTER_SITE_SUBDIR= CPAN:PEVANS @@ -11,16 +11,15 @@ PKGNAMEPREFIX= p5- MAINTAINER= sunpoet@FreeBSD.org COMMENT= Networking constants and support functions +LICENSE= ART10 GPLv1 +LICENSE_COMB= dual + PERL_CONFIGURE= yes MAN3= Socket.3 .include <bsd.port.pre.mk> -.if ${PERL_LEVEL} < 501000 -BUILD_DEPENDS+= p5-ExtUtils-CBuilder>=0:${PORTSDIR}/devel/p5-ExtUtils-CBuilder -.endif - .if ${PERL_LEVEL} < 501400 BUILD_DEPENDS+= p5-ExtUtils-Constant>=0.23:${PORTSDIR}/devel/p5-ExtUtils-Constant .endif diff --git a/net/p5-Socket/distinfo b/net/p5-Socket/distinfo index 7391b2ef9b09..c4bee97fe8ef 100644 --- a/net/p5-Socket/distinfo +++ b/net/p5-Socket/distinfo @@ -1,2 +1,2 @@ -SHA256 (Socket-2.007.tar.gz) = cf7413ee3cfd2f7d51f6fe4c3885842d4d7514c3d9e9a4dd4cd429ff2ed93c4e -SIZE (Socket-2.007.tar.gz) = 37740 +SHA256 (Socket-2.009.tar.gz) = c668eb4e97137b5875010a006ac108b973aa1514157ccd6e015d538e0be0834a +SIZE (Socket-2.009.tar.gz) = 37847 |