1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-30 05:40:06 +00:00

- Convert to PEAR_AUTOINSTALL

- Trim header
- Take maintainership
This commit is contained in:
Martin Wilke 2013-05-13 09:59:19 +00:00
parent 598d8aac1e
commit 8f8c36c459
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=318062

View File

@ -1,29 +1,19 @@
# Ports collection makefile for: pear-HTML_Select
# Date created: 30 November 2002
# Whom: Thierry Thomas (<thierry@pompo.net>)
#
# Created by: Thierry Thomas (<thierry@pompo.net>)
# $FreeBSD$
#
PORTNAME= HTML_Select_Common
PORTVERSION= 1.2.0
CATEGORIES= devel www pear
MAINTAINER= ports@FreeBSD.org
MAINTAINER= miwi@FreeBSD.org
COMMENT= Some small PEAR classes to handle common <select> lists
BUILD_DEPENDS= ${PEARDIR}/HTML/Common.php:${PORTSDIR}/devel/pear-HTML_Common \
${PEARDIR}/I18N/Common.php:${PORTSDIR}/devel/pear-I18N
RUN_DEPENDS:= ${BUILD_DEPENDS}
RUN_DEPENDS= ${PEARDIR}/HTML/Common.php:${PORTSDIR}/devel/pear-HTML_Common \
${PEARDIR}/I18N/Common.php:${PORTSDIR}/devel/pear-I18N
FILES= HTML/Select/Common/BRState.php \
HTML/Select/Common/Country.php \
HTML/Select/Common/FRDepartements.php \
HTML/Select/Common/NOFylke.php \
HTML/Select/Common/NOKommune.php \
HTML/Select/Common/UKCounty.php \
HTML/Select/Common/USState.php
EXAMPLES= Country.php UKCounty.php USState.php
PEAR_AUTOINSTALL= yes
.include <bsd.port.pre.mk>
.include "${PORTSDIR}/devel/pear/bsd.pear.mk"