4e1b79a0a6
With hat: portmgr Sponsored by: Absolight
18 lines
493 B
Makefile
18 lines
493 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:devel/pear-HTML_Common \
|
|
${PEARDIR}/I18N/Common.php:devel/pear-I18N
|
|
RUN_DEPENDS= ${PEARDIR}/HTML/Common.php:devel/pear-HTML_Common \
|
|
${PEARDIR}/I18N/Common.php:devel/pear-I18N
|
|
|
|
USES= pear
|
|
|
|
.include <bsd.port.mk>
|