aboutsummaryrefslogtreecommitdiff
path: root/net/p5-Test-URI
diff options
context:
space:
mode:
authorSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2014-06-20 17:05:45 +0000
committerSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2014-06-20 17:05:45 +0000
commitf5af4f9607ceb029b51e2997e83d767187781409 (patch)
tree38977d0617b225a7147e0e74df893f7034e5ce70 /net/p5-Test-URI
parent7acd9a5fdddc8fcd194d325e29cc81d8f458d84c (diff)
downloadports-f5af4f9607ceb029b51e2997e83d767187781409.tar.gz
ports-f5af4f9607ceb029b51e2997e83d767187781409.zip
Notes
Diffstat (limited to 'net/p5-Test-URI')
-rw-r--r--net/p5-Test-URI/Makefile15
-rw-r--r--net/p5-Test-URI/pkg-descr2
2 files changed, 9 insertions, 8 deletions
diff --git a/net/p5-Test-URI/Makefile b/net/p5-Test-URI/Makefile
index 485d75545acd..1160e9b120cd 100644
--- a/net/p5-Test-URI/Makefile
+++ b/net/p5-Test-URI/Makefile
@@ -3,20 +3,21 @@
PORTNAME= Test-URI
PORTVERSION= 1.08
+PORTREVISION= 1
CATEGORIES= net perl5
MASTER_SITES= CPAN
-MASTER_SITE_SUBDIR= Test
PKGNAMEPREFIX= p5-
MAINTAINER= sunpoet@FreeBSD.org
-COMMENT= Perl module for check URI
+COMMENT= Check Uniform Resource Identifiers
-RUN_DEPENDS= p5-URI>=0:${PORTSDIR}/net/p5-URI \
- p5-Test-Simple>=0:${PORTSDIR}/devel/p5-Test-Simple
-BUILD_DEPENDS= p5-URI>=0:${PORTSDIR}/net/p5-URI \
- p5-Test-Simple>=0:${PORTSDIR}/devel/p5-Test-Simple
+LICENSE= ART10 GPLv1
+LICENSE_COMB= dual
+
+BUILD_DEPENDS= p5-URI>=0:${PORTSDIR}/net/p5-URI
+RUN_DEPENDS:= ${BUILD_DEPENDS}
-USES= perl5
USE_PERL5= configure
+USES= perl5
.include <bsd.port.mk>
diff --git a/net/p5-Test-URI/pkg-descr b/net/p5-Test-URI/pkg-descr
index 8a0b6b8b97d7..42f6a3e1ec8c 100644
--- a/net/p5-Test-URI/pkg-descr
+++ b/net/p5-Test-URI/pkg-descr
@@ -1,3 +1,3 @@
-Perl module for check various parts of Uniform Resource Locators.
+Test::URI checks various parts of Uniform Resource Locators.
WWW: http://search.cpan.org/dist/Test-URI/