22 lines
420 B
Makefile
22 lines
420 B
Makefile
# Created by: Mark Felder <feld@FreeBSD.org>
|
|
|
|
PORTNAME= htmlpurifier
|
|
PORTVERSION= 4.9.2
|
|
PORTREVISION= 1
|
|
CATEGORIES= devel pear www
|
|
MASTER_SITES= http://htmlpurifier.org/get/ \
|
|
LOCAL
|
|
DISTNAME= HTMLPurifier-${PORTVERSION}
|
|
PKGNAMEPREFIX= ${PEAR_PKGNAMEPREFIX}
|
|
|
|
MAINTAINER= feld@FreeBSD.org
|
|
COMMENT= PHP HTML filter library
|
|
|
|
LICENSE= LGPL21
|
|
|
|
PEAR_CHANNEL= htmlpurifier.org
|
|
USES= pear
|
|
|
|
NO_ARCH= yes
|
|
|
|
.include <bsd.port.mk>
|