mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-19 03:52:17 +00:00
53bf8dcb20
- Add NO_ARCH Approved by: portmgr blanket
17 lines
267 B
Makefile
17 lines
267 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
|
|
|
|
LICENSE= BSD3CLAUSE
|
|
|
|
USES= pear
|
|
NO_ARCH= yes
|
|
|
|
.include <bsd.port.mk>
|