mirror of
https://git.freebsd.org/ports.git
synced 2025-05-28 17:06:32 -04:00
- While I'm here, fix indent Content of tarballs are unchanged (checked against [1]). => HTML_Select_Common-1.2.0.tgz doesn't seem to exist in /usr/ports/distfiles/PEAR. => Attempting to fetch http://pear.php.net/get/HTML_Select_Common-1.2.0.tgz fetch: http://pear.php.net/get/HTML_Select_Common-1.2.0.tgz: size mismatch: expected 8453, actual 8683 Reference: https://people.FreeBSD.org/~sunpoet/checksum/HTML_Select_Common-1.2.0.tgz [1] Approved by: portmgr (blanket)
18 lines
496 B
Makefile
18 lines
496 B
Makefile
# Created by: Thierry Thomas (<thierry@pompo.net>)
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= HTML_Select_Common
|
|
PORTVERSION= 1.2.0
|
|
CATEGORIES= devel www pear
|
|
|
|
MAINTAINER= joneum@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>
|