freebsd-ports/net/p5-URI-Template/Makefile
Frederic Culot 4fc149bb26 - Update to 0.16
- Add LICENSE (Artistic 1 & GPL 1)
- Remove SITE_PERL from BUILD_DEPENDS
- Expand the value of BUILD_DEPENDS before assigning it to RUN_DEPENDS

Changes:	http://search.cpan.org/dist/URI-Template/Changes
2012-06-02 12:05:27 +00:00

27 lines
510 B
Makefile

# 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.16
CATEGORIES= net perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= perl@FreeBSD.org
COMMENT= Object for handling URI templates
LICENSE= ART10 GPLv1
LICENSE_COMB= dual
BUILD_DEPENDS= p5-URI>0:${PORTSDIR}/net/p5-URI
RUN_DEPENDS:= ${BUILD_DEPENDS}
MAN3= URI::Template.3
PERL_CONFIGURE= yes
.include <bsd.port.mk>