mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04: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
2 changed files with 9 additions and 8 deletions
|
@ -3,20 +3,21 @@
|
||||||
|
|
||||||
PORTNAME= Test-URI
|
PORTNAME= Test-URI
|
||||||
PORTVERSION= 1.08
|
PORTVERSION= 1.08
|
||||||
|
PORTREVISION= 1
|
||||||
CATEGORIES= net perl5
|
CATEGORIES= net perl5
|
||||||
MASTER_SITES= CPAN
|
MASTER_SITES= CPAN
|
||||||
MASTER_SITE_SUBDIR= Test
|
|
||||||
PKGNAMEPREFIX= p5-
|
PKGNAMEPREFIX= p5-
|
||||||
|
|
||||||
MAINTAINER= sunpoet@FreeBSD.org
|
MAINTAINER= sunpoet@FreeBSD.org
|
||||||
COMMENT= Perl module for check URI
|
COMMENT= Check Uniform Resource Identifiers
|
||||||
|
|
||||||
RUN_DEPENDS= p5-URI>=0:${PORTSDIR}/net/p5-URI \
|
LICENSE= ART10 GPLv1
|
||||||
p5-Test-Simple>=0:${PORTSDIR}/devel/p5-Test-Simple
|
LICENSE_COMB= dual
|
||||||
BUILD_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
|
||||||
|
RUN_DEPENDS:= ${BUILD_DEPENDS}
|
||||||
|
|
||||||
USES= perl5
|
|
||||||
USE_PERL5= configure
|
USE_PERL5= configure
|
||||||
|
USES= perl5
|
||||||
|
|
||||||
.include <bsd.port.mk>
|
.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/
|
WWW: http://search.cpan.org/dist/Test-URI/
|
||||||
|
|
Loading…
Add table
Reference in a new issue