blob: a0fd3e71e70c9278d7349c9bb043641565ed4d7a (
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
25
|
# Ports collection makefile for: pear-URI_Template
# Date created: 07 April 2008
# Whom: wenheping <wenheping@gmail.com>
#
# $FreeBSD$
#
PORTNAME= URI_Template
PORTVERSION= 0.3.0
PORTREVISION= 2
CATEGORIES= net pear
MAINTAINER= miwi@FreeBSD.org
COMMENT= Parser for URI Templates
BUILD_DEPENDS= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear
RUN_DEPENDS= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear
CATEGORY= URI
FILES= Template.php
TESTS= AllTests.php
.include <bsd.port.pre.mk>
.include "${PORTSDIR}/devel/pear/bsd.pear.mk"
.include <bsd.port.post.mk>
|