mirror of
https://git.freebsd.org/ports.git
synced 2025-06-03 20:06:29 -04:00
16 lines
363 B
Makefile
16 lines
363 B
Makefile
# Created by: Joe Horn <joehorn@gmail.com>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= twig
|
|
PORTVERSION= 20140108
|
|
CATEGORIES= devel www pear
|
|
MASTER_SITES= #
|
|
|
|
MAINTAINER= joneum@FreeBSD.org
|
|
COMMENT= PEAR channel ${PEAR_CHANNEL_HOST}
|
|
|
|
PEAR_CHANNEL_HOST= pear.twig-project.org
|
|
|
|
.include <bsd.port.pre.mk>
|
|
.include "${PORTSDIR}/devel/pear/bsd.pear.channel.mk"
|
|
.include <bsd.port.post.mk>
|