aboutsummaryrefslogtreecommitdiff
path: root/net/pear-Net_URL
diff options
context:
space:
mode:
authorDmitry Marakasov <amdmi3@FreeBSD.org>2018-07-30 09:07:53 +0000
committerDmitry Marakasov <amdmi3@FreeBSD.org>2018-07-30 09:07:53 +0000
commit53bf8dcb20cb9bbe4b22bda89e8158a6f2272549 (patch)
treeacae21f92bab25091df7b890edeb9fc2cd3b0832 /net/pear-Net_URL
parentcdc08c7a12ba1b4559542fc17b36902c905e59e1 (diff)
downloadports-53bf8dcb20cb9bbe4b22bda89e8158a6f2272549.tar.gz
ports-53bf8dcb20cb9bbe4b22bda89e8158a6f2272549.zip
- Add LICENSE
- Add NO_ARCH Approved by: portmgr blanket
Notes
Notes: svn path=/head/; revision=475870
Diffstat (limited to 'net/pear-Net_URL')
-rw-r--r--net/pear-Net_URL/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/net/pear-Net_URL/Makefile b/net/pear-Net_URL/Makefile
index 98cfda70604a..69ea750e59fd 100644
--- a/net/pear-Net_URL/Makefile
+++ b/net/pear-Net_URL/Makefile
@@ -8,6 +8,9 @@ CATEGORIES= net www pear
MAINTAINER= joneum@FreeBSD.org
COMMENT= Easy parsing of URLs
+LICENSE= BSD3CLAUSE
+
USES= pear
+NO_ARCH= yes
.include <bsd.port.mk>