diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2017-06-29 19:14:27 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2017-06-29 19:14:27 +0000 |
commit | 7f073a7046478358bb18a2cdd34ecac31d3168b4 (patch) | |
tree | 5731c3fd4911b3eb1b2f4f6c7d99154fd5917caa /security | |
parent | 9f90631a2635593b4a2149382e622f3359c35873 (diff) |
Remove Perl core modules
- While I'm here:
- Add LICENSE
- Add NO_ARCH
- Bump PORTREVISION for dependency change
With hat: perl
Notes
Notes:
svn path=/head/; revision=444681
Diffstat (limited to 'security')
-rw-r--r-- | security/p5-Nmap-Parser/Makefile | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/security/p5-Nmap-Parser/Makefile b/security/p5-Nmap-Parser/Makefile index d4dba92e3459..18adfaee2f5e 100644 --- a/security/p5-Nmap-Parser/Makefile +++ b/security/p5-Nmap-Parser/Makefile @@ -3,6 +3,7 @@ PORTNAME= Nmap-Parser PORTVERSION= 1.33 +PORTREVISION= 1 CATEGORIES= security perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -10,11 +11,14 @@ PKGNAMEPREFIX= p5- MAINTAINER= jadawin@FreeBSD.org COMMENT= Parse nmap scan data with perl -BUILD_DEPENDS= p5-XML-Twig>=3.16:textproc/p5-XML-Twig \ - p5-Storable>=2:devel/p5-Storable +LICENSE= MIT +LICENSE_FILE= ${WRKSRC}/LICENSE + +BUILD_DEPENDS= p5-XML-Twig>=3.16:textproc/p5-XML-Twig RUN_DEPENDS:= ${BUILD_DEPENDS} \ nmap:security/nmap +NO_ARCH= yes USES= perl5 USE_PERL5= configure |