Index: head/devel/p5-constant-lexical/Makefile =================================================================== --- head/devel/p5-constant-lexical/Makefile (revision 442358) +++ head/devel/p5-constant-lexical/Makefile (revision 442359) @@ -1,29 +1,24 @@ # Created by: Gea-Suan Lin # $FreeBSD$ PORTNAME= constant-lexical PORTVERSION= 2.0003 CATEGORIES= devel perl5 MASTER_SITES= CPAN/constant CPAN MASTER_SITE_SUBDIR= CPAN:SPROUT PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= Perl pragma to declare lexical compile-time constants -BUILD_DEPENDS= p5-Sub-Delete>=0:devel/p5-Sub-Delete \ - p5-Lexical-Var>=0:devel/p5-Lexical-Var +LICENSE= ART10 GPLv1 +LICENSE_COMB= dual + +BUILD_DEPENDS= p5-Lexical-Var>=0:devel/p5-Lexical-Var \ + p5-Sub-Delete>=0:devel/p5-Sub-Delete RUN_DEPENDS:= ${BUILD_DEPENDS} USES= perl5 USE_PERL5= configure -.include - -.if ${PERL_LEVEL} >= 502200 -PLIST_SUB+= USEXS= NOXS="@comment " -.else -PLIST_SUB+= USEXS="@comment " NOXS= -.endif - -.include +.include Index: head/devel/p5-constant-lexical/pkg-plist =================================================================== --- head/devel/p5-constant-lexical/pkg-plist (revision 442358) +++ head/devel/p5-constant-lexical/pkg-plist (revision 442359) @@ -1,4 +1,3 @@ -%%USEXS%%%%SITE_ARCH%%/auto/constant/lexical/lexical.so -%%USEXS%%%%SITE_ARCH%%/constant/lexical.pm +%%SITE_ARCH%%/auto/constant/lexical/lexical.so +%%SITE_ARCH%%/constant/lexical.pm %%PERL5_MAN3%%/constant::lexical.3.gz -%%NOXS%%%%SITE_PERL%%/constant/lexical.pm