freebsd-ports/net/p5-URI/Makefile

21 lines
340 B
Makefile
Raw Normal View History

# Created by: ache
1999-08-30 16:24:37 +02:00
# $FreeBSD$
1999-04-07 22:56:04 +02:00
PORTNAME= URI
PORTVERSION= 1.69
CATEGORIES= net perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
1999-04-07 22:56:04 +02:00
MAINTAINER= perl@FreeBSD.org
2003-02-21 14:28:59 +01:00
COMMENT= Perl5 interface to Uniform Resource Identifier (URI) references
1999-04-07 22:56:04 +02:00
LICENSE= ART10 GPLv1
LICENSE_COMB= dual
NO_ARCH= yes
USES= perl5
USE_PERL5= configure
.include <bsd.port.mk>