- While I'm here, fix indent Content of tarballs are unchanged (checked against [1]). => Net_URL-1.0.15.tgz doesn't seem to exist in /usr/ports/distfiles/PEAR. => Attempting to fetch http://pear.php.net/get/Net_URL-1.0.15.tgz fetch: http://pear.php.net/get/Net_URL-1.0.15.tgz: size mismatch: expected 6303, actual 6393 Reference: https://people.FreeBSD.org/~sunpoet/checksum/Net_URL-1.0.15.tgz [1] Approved by: portmgr (blanket)
13 lines
233 B
Makefile
13 lines
233 B
Makefile
# Created by: Roman Neuhauser (<neuhauser@bellavista.cz>)
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= Net_URL
|
|
PORTVERSION= 1.0.15
|
|
CATEGORIES= net www pear
|
|
|
|
MAINTAINER= joneum@FreeBSD.org
|
|
COMMENT= Easy parsing of URLs
|
|
|
|
USES= pear
|
|
|
|
.include <bsd.port.mk>
|