diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2017-03-11 06:45:52 +0800 |
---|---|---|
committer | Koop Mast <kwm@rainbow-runner.nl> | 2017-04-09 19:59:42 +0800 |
commit | 902081c1a2406faf65b86a4f7336be08e3493f7a (patch) | |
tree | 019b334230f260bdf51e0bd87469404a3ef844af /net | |
parent | 1d1dc86e6d66ce1283520c5114ec2de030c1d76e (diff) | |
download | freebsd-ports-gnome-902081c1a2406faf65b86a4f7336be08e3493f7a.tar.gz freebsd-ports-gnome-902081c1a2406faf65b86a4f7336be08e3493f7a.tar.zst freebsd-ports-gnome-902081c1a2406faf65b86a4f7336be08e3493f7a.zip |
Use real PORTVERSION and update dependent ports
- Add LICENSE
- Sort *_DEPENDS
- Add NO_ARCH
- Sort PLIST
Diffstat (limited to 'net')
-rw-r--r-- | net/p5-POE-Component-Generic/Makefile | 14 | ||||
-rw-r--r-- | net/p5-POE-Component-Generic/pkg-plist | 8 |
2 files changed, 12 insertions, 10 deletions
diff --git a/net/p5-POE-Component-Generic/Makefile b/net/p5-POE-Component-Generic/Makefile index 8fdfcf081034..5041f9bba9cf 100644 --- a/net/p5-POE-Component-Generic/Makefile +++ b/net/p5-POE-Component-Generic/Makefile @@ -2,9 +2,7 @@ # $FreeBSD$ PORTNAME= POE-Component-Generic -PORTVERSION= 0.14.03 -PORTREVISION= 2 -DISTVERSION= ${PORTVERSION:C/\.(..)$/\1/} +PORTVERSION= 0.1403 CATEGORIES= net perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -12,11 +10,15 @@ PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= Provides non-blocking access to a blocking object -BUILD_DEPENDS= p5-POE>=0.31:devel/p5-POE \ - p5-Devel-Symdump>=0:devel/p5-Devel-Symdump \ - p5-Net-SSH2>=0:net/p5-Net-SSH2 +LICENSE= ART10 GPLv1 +LICENSE_COMB= dual + +BUILD_DEPENDS= p5-Devel-Symdump>=0:devel/p5-Devel-Symdump \ + p5-Net-SSH2>=0:net/p5-Net-SSH2 \ + p5-POE>=0.31:devel/p5-POE RUN_DEPENDS:= ${BUILD_DEPENDS} +NO_ARCH= yes USES= perl5 USE_PERL5= configure diff --git a/net/p5-POE-Component-Generic/pkg-plist b/net/p5-POE-Component-Generic/pkg-plist index 7ad6b4c37736..1ae6679bd567 100644 --- a/net/p5-POE-Component-Generic/pkg-plist +++ b/net/p5-POE-Component-Generic/pkg-plist @@ -1,8 +1,8 @@ -%%PERL5_MAN3%%/POE::Component::Generic.3.gz -%%PERL5_MAN3%%/POE::Component::Generic::Child.3.gz -%%PERL5_MAN3%%/POE::Component::Generic::Net::SSH2.3.gz -%%PERL5_MAN3%%/POE::Component::Generic::Object.3.gz %%SITE_PERL%%/POE/Component/Generic.pm %%SITE_PERL%%/POE/Component/Generic/Child.pm %%SITE_PERL%%/POE/Component/Generic/Net/SSH2.pm %%SITE_PERL%%/POE/Component/Generic/Object.pm +%%PERL5_MAN3%%/POE::Component::Generic.3.gz +%%PERL5_MAN3%%/POE::Component::Generic::Child.3.gz +%%PERL5_MAN3%%/POE::Component::Generic::Net::SSH2.3.gz +%%PERL5_MAN3%%/POE::Component::Generic::Object.3.gz |