1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-02-05 11:35:01 +00:00
Sunpoet Po-Chuan Hsieh d15f7e326e Update to 1.72
- Add TEST_DEPENDS

Changes:	http://search.cpan.org/dist/URI/Changes
2017-07-26 18:20:41 +00:00

23 lines
392 B
Makefile

# Created by: ache
# $FreeBSD$
PORTNAME= URI
PORTVERSION= 1.72
CATEGORIES= net perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= perl@FreeBSD.org
COMMENT= Perl5 interface to Uniform Resource Identifier (URI) references
LICENSE= ART10 GPLv1
LICENSE_COMB= dual
TEST_DEPENDS= p5-Test-Needs>=0:devel/p5-Test-Needs
NO_ARCH= yes
USES= perl5
USE_PERL5= configure
.include <bsd.port.mk>