diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2017-01-06 20:02:21 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2017-01-06 20:02:21 +0000 |
commit | f2118d014e7491d4633727b42647416a6fc744c4 (patch) | |
tree | d295fdd9d2b913a863ac41fe8398b2500066a1d1 /net/p5-Net-HTTP/Makefile | |
parent | 3416a1dd38d12a4e9893a43460f57ab0845d95cd (diff) | |
download | ports-f2118d014e7491d4633727b42647416a6fc744c4.tar.gz ports-f2118d014e7491d4633727b42647416a6fc744c4.zip |
Update to 6.12
- Add LICENSE_FILE
- Add NO_ARCH
- Sort PLIST
Changes: http://search.cpan.org/dist/Net-HTTP/Changes
Notes
Notes:
svn path=/head/; revision=430738
Diffstat (limited to 'net/p5-Net-HTTP/Makefile')
-rw-r--r-- | net/p5-Net-HTTP/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/net/p5-Net-HTTP/Makefile b/net/p5-Net-HTTP/Makefile index 0c4f81b9d9d3..de99d823023a 100644 --- a/net/p5-Net-HTTP/Makefile +++ b/net/p5-Net-HTTP/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= Net-HTTP -PORTVERSION= 6.09 +PORTVERSION= 6.12 CATEGORIES= net perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -12,11 +12,13 @@ COMMENT= Low-level HTTP client LICENSE= ART10 GPLv1 LICENSE_COMB= dual +LICENSE_FILE= ${WRKSRC}/LICENSE BUILD_DEPENDS= p5-IO-Socket-SSL>=1.38:security/p5-IO-Socket-SSL \ p5-URI>=0:net/p5-URI RUN_DEPENDS:= ${BUILD_DEPENDS} +NO_ARCH= yes USES= perl5 USE_PERL5= configure |