3488d4bbe1
- While I'm here, fix indent Content of tarballs are unchanged (checked against [1]). => Net_URL_Mapper-0.9.1.tgz doesn't seem to exist in /usr/ports/distfiles/PEAR. => Attempting to fetch http://pear.php.net/get/Net_URL_Mapper-0.9.1.tgz fetch: http://pear.php.net/get/Net_URL_Mapper-0.9.1.tgz: size mismatch: expected 14005, actual 14170 Reference: https://people.FreeBSD.org/~sunpoet/checksum/Net_URL_Mapper-0.9.1.tgz [1] Approved by: portmgr (blanket)
13 lines
270 B
Makefile
13 lines
270 B
Makefile
# Created by: Martin Wilke <miwi@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= Net_URL_Mapper
|
|
PORTVERSION= 0.9.1
|
|
CATEGORIES= net www pear
|
|
|
|
MAINTAINER= joneum@FreeBSD.org
|
|
COMMENT= Simple and flexible way to build nice URLs for web applications
|
|
|
|
USES= pear
|
|
|
|
.include <bsd.port.mk>
|