mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-08 06:48:28 +00:00
6f8c351112
Sponsored by: Netzkommune GmbH
17 lines
265 B
Makefile
17 lines
265 B
Makefile
# Created by: Roman Neuhauser (<neuhauser@bellavista.cz>)
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= Net_URL
|
|
PORTVERSION= 1.0.15
|
|
CATEGORIES= net www pear
|
|
|
|
MAINTAINER= miwi@FreeBSD.org
|
|
COMMENT= Easy parsing of URLs
|
|
|
|
LICENSE= BSD3CLAUSE
|
|
|
|
USES= pear
|
|
NO_ARCH= yes
|
|
|
|
.include <bsd.port.mk>
|