1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-23 00:43:28 +00:00
freebsd-ports/net/p5-URI/Makefile
2019-01-10 06:33:50 +00:00

23 lines
393 B
Makefile

# Created by: ache
# $FreeBSD$
PORTNAME= URI
PORTVERSION= 1.76
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>