Files
ports/devel/pear-HTML_Select_Common/Makefile
T
Jochen Neumeister e6b48082a4 hand over Maintainership to miwi
Sponsored by:	Netzkommune GmbH
2020-03-06 17:05:44 +00:00

21 lines
571 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
LICENSE= BSD2CLAUSE
BUILD_DEPENDS= ${PEARDIR}/HTML/Common.php:devel/pear-HTML_Common@${PHP_FLAVOR} \
${PEARDIR}/I18N/Common.php:devel/pear-I18N@${PHP_FLAVOR}
RUN_DEPENDS= ${PEARDIR}/HTML/Common.php:devel/pear-HTML_Common@${PHP_FLAVOR} \
${PEARDIR}/I18N/Common.php:devel/pear-I18N@${PHP_FLAVOR}
USES= pear
.include <bsd.port.mk>