blob: 87e3bc6e1ac20260d34f528c5df0a3c568d66dbd (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
# Created by: Thierry Thomas (<thierry@pompo.net>)
PORTNAME= HTML_Select_Common
PORTVERSION= 1.2.0
PORTREVISION= 1
CATEGORIES= devel www pear
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Some small PEAR classes to handle common <select> lists
LICENSE= BSD2CLAUSE
RUN_DEPENDS= ${PEAR_PKGNAMEPREFIX}I18N>=0.8:devel/pear-I18N@${PHP_FLAVOR}
USES= pear
NO_ARCH= yes
.include <bsd.port.mk>
|