diff options
author | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2018-07-30 09:07:53 +0000 |
---|---|---|
committer | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2018-07-30 09:07:53 +0000 |
commit | 53bf8dcb20cb9bbe4b22bda89e8158a6f2272549 (patch) | |
tree | acae21f92bab25091df7b890edeb9fc2cd3b0832 /net/pear-Net_URL | |
parent | cdc08c7a12ba1b4559542fc17b36902c905e59e1 (diff) | |
download | ports-53bf8dcb20cb9bbe4b22bda89e8158a6f2272549.tar.gz ports-53bf8dcb20cb9bbe4b22bda89e8158a6f2272549.zip |
Notes
Diffstat (limited to 'net/pear-Net_URL')
-rw-r--r-- | net/pear-Net_URL/Makefile | 3 |
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> |