mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-21 00:25:50 +00:00
- Fix *_DEPENDS: Test::More is already in all supported Perl releases
- Add LICENSE - Update COMMENT - Remove unnecessary MASTER_SITE_SUBDIR - Update pkg-descr - Bump PORTREVISION for dependency change
This commit is contained in:
parent
7acd9a5fdd
commit
f5af4f9607
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=358607
@ -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>
|
||||
|
@ -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/
|
||||
|
Loading…
Reference in New Issue
Block a user