freebsd-ports/devel/pear-HTML_Common/Makefile
Dmitry Marakasov e5f7411283 - Add LICENSE
- Add NO_ARCH

Approved by:	portmgr blanket
2018-08-07 09:07:59 +00:00

16 lines
297 B
Makefile

# Created by: Thierry Thomas (<thierry@pompo.net>)
# $FreeBSD$
PORTNAME= HTML_Common
PORTVERSION= 1.2.5
CATEGORIES= devel www pear
MAINTAINER= joneum@FreeBSD.org
COMMENT= PEAR::HTML_Common is a base class for other HTML classes
LICENSE= PHP301
USES= pear
NO_ARCH= yes
.include <bsd.port.mk>