mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-20 04:02:27 +00:00
0c12112dac
- Take maintainership PR: 211611 Submitted by: Demetris Procopiou
17 lines
275 B
Makefile
17 lines
275 B
Makefile
# Created by: Zhen REN <bg1tpt@gmail.com>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= Net_URL2
|
|
PORTVERSION= 2.2.1
|
|
CATEGORIES= net www pear
|
|
|
|
MAINTAINER= dem.procopiou@gmail.com
|
|
COMMENT= PEAR Class for parsing and handling URL
|
|
|
|
LICENSE= BSD3CLAUSE
|
|
|
|
USES= pear
|
|
NO_ARCH= yes
|
|
|
|
.include <bsd.port.mk>
|