13 lines
268 B
Makefile
13 lines
268 B
Makefile
# Created by: Martin Wilke <miwi@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= Net_URL_Mapper
|
|
PORTVERSION= 0.9.1
|
|
CATEGORIES= net www pear
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= Simple and flexible way to build nice URLs for web applications
|
|
|
|
USES= pear
|
|
|
|
.include <bsd.port.mk>
|