diff options
Diffstat (limited to 'devel/pear-channel-theseer/Makefile')
-rw-r--r-- | devel/pear-channel-theseer/Makefile | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/devel/pear-channel-theseer/Makefile b/devel/pear-channel-theseer/Makefile new file mode 100644 index 000000000000..fff4d2bfb6df --- /dev/null +++ b/devel/pear-channel-theseer/Makefile @@ -0,0 +1,15 @@ +# Created by: Gasol Wu <gasol.wu@gmail.com> +# $FreeBSD$ + +PORTNAME= theseer +PORTVERSION= 20120501 +CATEGORIES= devel www pear + +MAINTAINER= gasol.wu@gmail.com +COMMENT= PEAR channel ${PEAR_CHANNEL_HOST} + +PEAR_CHANNEL_HOST= pear.netpirates.net + +.include <bsd.port.pre.mk> +.include "${PORTSDIR}/devel/pear/bsd.pear.channel.mk" +.include <bsd.port.post.mk> |