2a7dd78bf9
Reviewed by: bapt, ports@ Tested with: poudriere + diff on the content of generated packages
16 lines
363 B
Makefile
16 lines
363 B
Makefile
# Created by: TAKATSU Tomonari <tota@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= openpear
|
|
PORTVERSION= 20111203
|
|
CATEGORIES= devel www pear
|
|
MASTER_SITES= #
|
|
|
|
MAINTAINER= tota@FreeBSD.org
|
|
COMMENT= PEAR channel ${PEAR_CHANNEL_HOST}
|
|
|
|
PEAR_CHANNEL_HOST= openpear.org
|
|
|
|
.include <bsd.port.pre.mk>
|
|
.include "${PORTSDIR}/devel/pear/bsd.pear.channel.mk"
|
|
.include <bsd.port.post.mk>
|