aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2019-10-27 11:30:30 +0000
committerSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2019-10-27 11:30:30 +0000
commit5c8471bf3037dbb727219d9ac16bb91ea2b52ca0 (patch)
tree44262e39a76d6387a644216cfe34ef32922130ad
parent3543c80923d9c777d84b642f6cec0568869aed5c (diff)
downloadports-5c8471bf3037dbb727219d9ac16bb91ea2b52ca0.tar.gz
ports-5c8471bf3037dbb727219d9ac16bb91ea2b52ca0.zip
Notes
-rw-r--r--net/pear-Net_URL2/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/net/pear-Net_URL2/Makefile b/net/pear-Net_URL2/Makefile
index d9777c7765ea..91d87c43d26f 100644
--- a/net/pear-Net_URL2/Makefile
+++ b/net/pear-Net_URL2/Makefile
@@ -5,12 +5,14 @@ PORTNAME= Net_URL2
PORTVERSION= 2.2.1
CATEGORIES= net www pear
-MAINTAINER= ports@FreeBSD.org
+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>