Files
bsdports/perl/p5-URI/Makefile
2019-12-26 07:26:06 +00:00

20 lines
394 B
Makefile

# Created by: ache
# $FreeBSD: head/net/p5-URI/Makefile 362337 2014-07-20 17:10:16Z leeym $
PORTNAME= URI
PORTVERSION= 1.64
CATEGORIES= net perl5
MASTER_SITES= CPAN
MASTER_SITE_SUBDIR= CPAN:ETHER
PKGNAMEPREFIX= p5-
MAINTAINER= onborodin@gmail.com
COMMENT= Perl5 interface to Uniform Resource Identifier (URI) references
USE_PERL5= configure
USES+= gmake perl5
.include <bsd.port.mk>
#EOF