2008-04-27 21:46:43 +02:00
|
|
|
# Ports collection makefile for: pear-URI_Template
|
|
|
|
# Date created: 07 April 2008
|
|
|
|
# Whom: wenheping <wenheping@gmail.com>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= URI_Template
|
2008-10-15 18:02:56 +02:00
|
|
|
PORTVERSION= 0.3.0
|
2009-01-11 12:43:19 +01:00
|
|
|
PORTREVISION= 2
|
2008-04-27 21:46:43 +02:00
|
|
|
CATEGORIES= net pear
|
|
|
|
|
2009-08-22 23:32:00 +02:00
|
|
|
MAINTAINER= miwi@FreeBSD.org
|
2008-04-27 21:46:43 +02:00
|
|
|
COMMENT= Parser for URI Templates
|
|
|
|
|
|
|
|
BUILD_DEPENDS= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear
|
|
|
|
RUN_DEPENDS= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear
|
|
|
|
|
2009-01-11 12:43:19 +01:00
|
|
|
CATEGORY= URI
|
2008-04-27 21:46:43 +02:00
|
|
|
FILES= Template.php
|
|
|
|
TESTS= AllTests.php
|
|
|
|
|
|
|
|
.include <bsd.port.pre.mk>
|
|
|
|
.include "${PORTSDIR}/devel/pear/bsd.pear.mk"
|
|
|
|
.include <bsd.port.post.mk>
|