2007-05-29 09:35:53 +02:00
|
|
|
# New ports collection makefile for: URI-Template
|
|
|
|
# Date created: 29 May 2007
|
|
|
|
# Whom: Cheng-Lung Sung <clsung@FreeBSD.org>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= URI-Template
|
2008-03-01 03:13:20 +01:00
|
|
|
PORTVERSION= 0.13
|
2007-05-29 09:35:53 +02:00
|
|
|
CATEGORIES= net perl5
|
2008-01-30 01:07:43 +01:00
|
|
|
MASTER_SITES= CPAN
|
2007-05-29 09:35:53 +02:00
|
|
|
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
|
|
|
|
|
2007-10-24 03:18:06 +02:00
|
|
|
PERL_CONFIGURE= yes
|
2007-05-29 09:35:53 +02:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|