ports/devel/pear-HTML_Select_Common/Makefile
Martin Wilke 8f8c36c459 - Convert to PEAR_AUTOINSTALL
- Trim header
- Take maintainership
2013-05-13 09:59:19 +00:00

20 lines
630 B
Makefile

# Created by: Thierry Thomas (<thierry@pompo.net>)
# $FreeBSD$
PORTNAME= HTML_Select_Common
PORTVERSION= 1.2.0
CATEGORIES= devel www pear
MAINTAINER= miwi@FreeBSD.org
COMMENT= Some small PEAR classes to handle common <select> lists
BUILD_DEPENDS= ${PEARDIR}/HTML/Common.php:${PORTSDIR}/devel/pear-HTML_Common \
${PEARDIR}/I18N/Common.php:${PORTSDIR}/devel/pear-I18N
RUN_DEPENDS= ${PEARDIR}/HTML/Common.php:${PORTSDIR}/devel/pear-HTML_Common \
${PEARDIR}/I18N/Common.php:${PORTSDIR}/devel/pear-I18N
PEAR_AUTOINSTALL= yes
.include <bsd.port.pre.mk>
.include "${PORTSDIR}/devel/pear/bsd.pear.mk"
.include <bsd.port.post.mk>