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
|
PORTNAME= HTML_Select_Common
|
||||||
PORTVERSION= 1.2.0
|
PORTVERSION= 1.2.0
|
||||||
|
PORTREVISION= 1
|
||||||
CATEGORIES= devel www pear
|
CATEGORIES= devel www pear
|
||||||
|
|
||||||
MAINTAINER= sunpoet@FreeBSD.org
|
MAINTAINER= sunpoet@FreeBSD.org
|
||||||
|
@ -9,11 +10,10 @@ COMMENT= Some small PEAR classes to handle common <select> lists
|
||||||
|
|
||||||
LICENSE= BSD2CLAUSE
|
LICENSE= BSD2CLAUSE
|
||||||
|
|
||||||
BUILD_DEPENDS= ${PEARDIR}/HTML/Common.php:devel/pear-HTML_Common@${PHP_FLAVOR} \
|
RUN_DEPENDS= ${PEAR_PKGNAMEPREFIX}I18N>=0.8:devel/pear-I18N@${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
|
USES= pear
|
||||||
|
|
||||||
|
NO_ARCH= yes
|
||||||
|
|
||||||
.include <bsd.port.mk>
|
.include <bsd.port.mk>
|
||||||
|
|
|
@ -1,11 +1,10 @@
|
||||||
Provides <select> lists for:
|
Provides <select> lists for:
|
||||||
o Country
|
- Country
|
||||||
o UK counties
|
- UK counties
|
||||||
o US States
|
- US States
|
||||||
o FR Departments
|
- FR Departments
|
||||||
o FR Departements
|
- NO Fylke
|
||||||
o NO Fylke
|
- NO Kommuner
|
||||||
o NO Kommuner
|
- ptBR
|
||||||
o 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