blob: 776353e4ec79cd0db3e46bec854dc2ecefb71039 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
# $FreeBSD$
PORTNAME= phing
PORTVERSION= 20120813
CATEGORIES= devel www pear
MAINTAINER= mm@FreeBSD.org
COMMENT= PEAR channel ${PEAR_CHANNEL_HOST}
PEAR_CHANNEL_HOST= pear.phing.info
NO_STAGE= yes
.include <bsd.port.pre.mk>
.include "${PORTSDIR}/devel/pear/bsd.pear.channel.mk"
.include <bsd.port.post.mk>
|