blob: bff598aa0bc7c82327102f9d6a20697bfa666bf0 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
# Created by: Gasol Wu <gasol.wu@gmail.com>
# $FreeBSD$
PORTNAME= symfony2
PORTREVISION= 1
PORTVERSION= 20110826
CATEGORIES= devel www pear
MAINTAINER= gasol.wu@gmail.com
COMMENT= PEAR channel ${PEAR_CHANNEL_HOST}
PEAR_CHANNEL_HOST= pear.symfony.com
NO_STAGE= yes
.include <bsd.port.pre.mk>
.include "${PORTSDIR}/devel/pear/bsd.pear.channel.mk"
.include <bsd.port.post.mk>
|