15 lines
256 B
Makefile
15 lines
256 B
Makefile
# Created by: Roman Neuhauser (<neuhauser@bellavista.cz>)
|
|
|
|
PORTNAME= Net_URL
|
|
PORTVERSION= 1.0.15
|
|
CATEGORIES= net www pear
|
|
|
|
MAINTAINER= sunpoet@FreeBSD.org
|
|
COMMENT= Easy parsing of URLs
|
|
|
|
LICENSE= BSD3CLAUSE
|
|
|
|
USES= pear
|
|
NO_ARCH= yes
|
|
|
|
.include <bsd.port.mk>
|