mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-28 05:29:48 +00:00
18 lines
308 B
Makefile
18 lines
308 B
Makefile
# Created by: Zhen REN <bg1tpt@gmail.com>
|
|
|
|
PORTNAME= Net_URL2
|
|
PORTVERSION= 2.2.1
|
|
CATEGORIES= net www pear
|
|
|
|
MAINTAINER= sunpoet@FreeBSD.org
|
|
COMMENT= PEAR Class for parsing and handling URL
|
|
|
|
LICENSE= BSD3CLAUSE
|
|
LICENSE_FILE= ${WRKSRC}/docs/BSD-3-CLAUSE-Heyes
|
|
|
|
USES= pear
|
|
|
|
NO_ARCH= yes
|
|
|
|
.include <bsd.port.mk>
|