svn commit: r342583 - head/math/p5-Parse-Range

Antoine Brodin antoine at FreeBSD.org
Tue Feb 4 18:23:08 UTC 2014


Author: antoine
Date: Tue Feb  4 18:23:07 2014
New Revision: 342583
URL: http://svnweb.freebsd.org/changeset/ports/342583
QAT: https://qat.redports.org/buildarchive/r342583/

Log:
  Stage support and fix plist

Modified:
  head/math/p5-Parse-Range/Makefile
  head/math/p5-Parse-Range/pkg-plist

Modified: head/math/p5-Parse-Range/Makefile
==============================================================================
--- head/math/p5-Parse-Range/Makefile	Tue Feb  4 18:17:14 2014	(r342582)
+++ head/math/p5-Parse-Range/Makefile	Tue Feb  4 18:23:07 2014	(r342583)
@@ -11,7 +11,7 @@ PKGNAMEPREFIX=	p5-
 MAINTAINER=	pauls at utdallas.edu
 COMMENT=	Parses range definitions and returns an array
 
-LICENSE=	ART10 BSD
+LICENSE=	ART10 BSD3CLAUSE
 LICENSE_COMB=	dual
 
 BUILD_DEPENDS=	p5-List-MoreUtils>=0.22:${PORTSDIR}/lang/p5-List-MoreUtils
@@ -20,7 +20,4 @@ RUN_DEPENDS:=	${BUILD_DEPENDS}
 USES=		perl5
 USE_PERL5=	modbuild
 
-MAN3=		Parse::Range.3
-
-NO_STAGE=	yes
 .include <bsd.port.mk>

Modified: head/math/p5-Parse-Range/pkg-plist
==============================================================================
--- head/math/p5-Parse-Range/pkg-plist	Tue Feb  4 18:17:14 2014	(r342582)
+++ head/math/p5-Parse-Range/pkg-plist	Tue Feb  4 18:23:07 2014	(r342583)
@@ -1,5 +1,3 @@
 %%SITE_PERL%%/Parse/Range.pm
-%%SITE_PERL%%/%%PERL_ARCH%%/auto/Parse/Range/.packlist
- at dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Parse/Range
- at dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Parse
- at dirrm %%SITE_PERL%%/Parse
+%%PERL5_MAN3%%/Parse::Range.3.gz
+ at dirrmtry %%SITE_PERL%%/Parse


More information about the svn-ports-head mailing list