18 lines
409 B
Makefile
18 lines
409 B
Makefile
# Created by: Mark Felder <feld@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= htmlpurifier.org
|
|
PORTVERSION= 20140120
|
|
PORTREVISION= 1
|
|
CATEGORIES= devel www pear
|
|
MASTER_SITES= #
|
|
|
|
MAINTAINER= feld@FreeBSD.org
|
|
COMMENT= PEAR channel ${PEAR_CHANNEL_HOST}
|
|
|
|
PEAR_CHANNEL_HOST= htmlpurifier.org
|
|
PEAR_CHANNEL_ALIAS= hp
|
|
|
|
.include <bsd.port.pre.mk>
|
|
.include "${PORTSDIR}/devel/pear/bsd.pear.channel.mk"
|
|
.include <bsd.port.post.mk>
|