68e2ededd2
- While I'm here, add USES=php Content of tarballs are unchanged (checked against [1]). => File-1.4.1.tgz doesn't seem to exist in /usr/ports/distfiles/PEAR. => Attempting to fetch http://pear.php.net/get/File-1.4.1.tgz fetch: http://pear.php.net/get/File-1.4.1.tgz: size mismatch: expected 8164, actual 8275 Reference: https://people.FreeBSD.org/~sunpoet/checksum/File-1.4.1.tgz [1] Approved by: portmgr (blanket)
15 lines
277 B
Makefile
15 lines
277 B
Makefile
# Created by: Thierry Thomas (<thierry@pompo.net>)
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= File
|
|
PORTVERSION= 1.4.1
|
|
PORTEPOCH= 2
|
|
CATEGORIES= sysutils www pear
|
|
|
|
MAINTAINER= joneum@FreeBSD.org
|
|
COMMENT= PEAR common file and directory routines
|
|
|
|
USES= pear php
|
|
USE_PHP= pcre
|
|
|
|
.include <bsd.port.mk>
|