aboutsummaryrefslogtreecommitdiffstats
path: root/net/p5-URI/Makefile
blob: f810d137ce2e9df2f335d7c7b28d5e40267f72b2 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# Created by: ache
# $FreeBSD$

PORTNAME=   URI
PORTVERSION=    1.60
CATEGORIES= net perl5
MASTER_SITES=   CPAN
MASTER_SITE_SUBDIR= CPAN:GAAS
PKGNAMEPREFIX=  p5-

MAINTAINER= perl@FreeBSD.org
COMMENT=    Perl5 interface to Uniform Resource Identifier (URI) references

LICENSE=    ART10 GPLv1
LICENSE_COMB=   dual

USES=       perl5
USE_PERL5=  configure

.include <bsd.port.mk>