aboutsummaryrefslogtreecommitdiff
path: root/net/p5-What
diff options
context:
space:
mode:
authorSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2014-07-31 15:14:12 +0000
committerSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2014-07-31 15:14:12 +0000
commitb0a447a3cf1e632738124f525faabc45783f8106 (patch)
tree32d03399824d6c278e5094e8fdbcfa46d4d40af1 /net/p5-What
parent9ad5ff6556f7297cea4d18bf1f15cbfde5ec4651 (diff)
downloadports-b0a447a3cf1e632738124f525faabc45783f8106.tar.gz
ports-b0a447a3cf1e632738124f525faabc45783f8106.zip
- Add LICENSE
- Fix *_DEPENDS: p5-Test-Exception is a test-only dependency - Add TEST_DEPENDS - Bump PORTREVISION for dependency change - Sort PLIST - Reformat pkg-descr
Notes
Notes: svn path=/head/; revision=363618
Diffstat (limited to 'net/p5-What')
-rw-r--r--net/p5-What/Makefile11
-rw-r--r--net/p5-What/pkg-descr4
-rw-r--r--net/p5-What/pkg-plist6
3 files changed, 13 insertions, 8 deletions
diff --git a/net/p5-What/Makefile b/net/p5-What/Makefile
index a2e8e10b9801..f9b56edf69d6 100644
--- a/net/p5-What/Makefile
+++ b/net/p5-What/Makefile
@@ -3,6 +3,7 @@
PORTNAME= What
PORTVERSION= 1.01
+PORTREVISION= 1
CATEGORIES= net perl5
MASTER_SITES= CPAN
MASTER_SITE_SUBDIR= CPAN:TPG
@@ -11,12 +12,16 @@ PKGNAMEPREFIX= p5-
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Find out about running services
+LICENSE= GPLv2 GPLv3
+LICENSE_COMB= dual
+
BUILD_DEPENDS= p5-Error>=0:${PORTSDIR}/lang/p5-Error \
- p5-Exception-Class>=0:${PORTSDIR}/devel/p5-Exception-Class \
- p5-Test-Exception>=0:${PORTSDIR}/devel/p5-Test-Exception
+ p5-Exception-Class>=1.21:${PORTSDIR}/devel/p5-Exception-Class
RUN_DEPENDS:= ${BUILD_DEPENDS}
+TEST_DEPENDS= p5-Test-Exception>=0:${PORTSDIR}/devel/p5-Test-Exception \
+ p5-Test-Pod>=1:${PORTSDIR}/devel/p5-Test-Pod
-USES= perl5
USE_PERL5= configure
+USES= perl5
.include <bsd.port.mk>
diff --git a/net/p5-What/pkg-descr b/net/p5-What/pkg-descr
index 2a45dfebf965..a186a3e28531 100644
--- a/net/p5-What/pkg-descr
+++ b/net/p5-What/pkg-descr
@@ -1,4 +1,4 @@
-The What class is interface to classes providing information about
-running services.
+The What class is interface to classes providing information about running
+services.
WWW: http://search.cpan.org/dist/What/
diff --git a/net/p5-What/pkg-plist b/net/p5-What/pkg-plist
index 6a5b7679f65f..f2c65d1625cd 100644
--- a/net/p5-What/pkg-plist
+++ b/net/p5-What/pkg-plist
@@ -1,7 +1,7 @@
-%%SITE_PERL%%/%%PERL_ARCH%%/auto/What/.packlist
%%SITE_PERL%%/What.pm
%%SITE_PERL%%/What/MTA.pm
+%%SITE_PERL%%/%%PERL_ARCH%%/auto/What/.packlist
%%PERL5_MAN3%%/What.3.gz
%%PERL5_MAN3%%/What::MTA.3.gz
-@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/What
-@dirrmtry %%SITE_PERL%%/What
+@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/What
+@dirrm %%SITE_PERL%%/What