15 lines
256 B
Makefile
15 lines
256 B
Makefile
# Created by: Zhen REN <bg1tpt@gmail.com>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= Net_URL2
|
|
PORTVERSION= 2.0.12
|
|
CATEGORIES= net www pear
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= PEAR Class for parsing and handling URL
|
|
|
|
LICENSE= BSD3CLAUSE
|
|
|
|
USES= pear
|
|
|
|
.include <bsd.port.mk>
|