fa8f0d798d
- While I'm here, fix indent Content of tarballs are unchanged (checked against [1]). => HTML_Select-1.3.1.tgz doesn't seem to exist in /usr/ports/distfiles/PEAR. => Attempting to fetch http://pear.php.net/get/HTML_Select-1.3.1.tgz fetch: http://pear.php.net/get/HTML_Select-1.3.1.tgz: size mismatch: expected 5630, actual 5690 Reference: https://people.FreeBSD.org/~sunpoet/checksum/HTML_Select-1.3.1.tgz [1] Approved by: portmgr (blanket)
16 lines
405 B
Makefile
16 lines
405 B
Makefile
# Created by: Michael Schout <mschout@gkg.net>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= HTML_Select
|
|
PORTVERSION= 1.3.1
|
|
CATEGORIES= devel www pear
|
|
|
|
MAINTAINER= joneum@FreeBSD.org
|
|
COMMENT= PEAR::HTML_Select is a class for generating HTML form select elements
|
|
|
|
BUILD_DEPENDS= ${PEARDIR}/HTML/Common.php:devel/pear-HTML_Common
|
|
RUN_DEPENDS= ${PEARDIR}/HTML/Common.php:devel/pear-HTML_Common
|
|
|
|
USES= pear
|
|
|
|
.include <bsd.port.mk>
|