aboutsummaryrefslogtreecommitdiffstats
path: root/net/p5-URI-Template/Makefile
blob: 5268d4f3bc48408b59fc262a8b223f961786ef6d (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
# New ports collection makefile for:    URI-Template
# Date created:             29 May 2007
# Whom:                 Cheng-Lung Sung <clsung@FreeBSD.org>
#
# $FreeBSD$
#

PORTNAME=   URI-Template
PORTVERSION=    0.15
CATEGORIES= net perl5
MASTER_SITES=   CPAN
PKGNAMEPREFIX=  p5-

MAINTAINER= clsung@FreeBSD.org
COMMENT=    Object for handling URI templates

RUN_DEPENDS=    ${SITE_PERL}/URI.pm:${PORTSDIR}/net/p5-URI
BUILD_DEPENDS=  ${RUN_DEPENDS}

MAN3=       URI::Template.3

PERL_CONFIGURE= yes

.include <bsd.port.mk>