mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 17:59:20 -04:00
devel/pear-HTML_Select_Common: Change the way *_DEPENDS are set
- Add NO_ARCH - Fix pkg-descr - Update WWW - Bump PORTREVISION for dependency change
This commit is contained in:
parent
d994c459b3
commit
c9213e9c5a
2 changed files with 12 additions and 13 deletions
|
@ -2,6 +2,7 @@
|
|||
|
||||
PORTNAME= HTML_Select_Common
|
||||
PORTVERSION= 1.2.0
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= devel www pear
|
||||
|
||||
MAINTAINER= sunpoet@FreeBSD.org
|
||||
|
@ -9,11 +10,10 @@ 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}
|
||||
RUN_DEPENDS= ${PEAR_PKGNAMEPREFIX}I18N>=0.8:devel/pear-I18N@${PHP_FLAVOR}
|
||||
|
||||
USES= pear
|
||||
|
||||
NO_ARCH= yes
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
|
|
@ -1,11 +1,10 @@
|
|||
Provides <select> lists for:
|
||||
o Country
|
||||
o UK counties
|
||||
o US States
|
||||
o FR Departments
|
||||
o FR Departements
|
||||
o NO Fylke
|
||||
o NO Kommuner
|
||||
o ptBR
|
||||
- Country
|
||||
- UK counties
|
||||
- US States
|
||||
- FR Departments
|
||||
- NO Fylke
|
||||
- NO Kommuner
|
||||
- ptBR
|
||||
|
||||
WWW: https://pear.php.net/package-info.php?package=HTML_Select_Common
|
||||
WWW: https://pear.php.net/package/HTML_Select_Common
|
||||
|
|
Loading…
Add table
Reference in a new issue