Date: Thu, 29 Jun 2017 19:14:27 +0000 (UTC) From: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r444681 - head/security/p5-Nmap-Parser Message-ID: <201706291914.v5TJER9q061529@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: sunpoet Date: Thu Jun 29 19:14:27 2017 New Revision: 444681 URL: https://svnweb.freebsd.org/changeset/ports/444681 Log: Remove Perl core modules - While I'm here: - Add LICENSE - Add NO_ARCH - Bump PORTREVISION for dependency change With hat: perl Modified: head/security/p5-Nmap-Parser/Makefile Modified: head/security/p5-Nmap-Parser/Makefile ============================================================================== --- head/security/p5-Nmap-Parser/Makefile Thu Jun 29 19:14:22 2017 (r444680) +++ head/security/p5-Nmap-Parser/Makefile Thu Jun 29 19:14:27 2017 (r444681) @@ -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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201706291914.v5TJER9q061529>