mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04:00
Stage support and fix plist
This commit is contained in:
parent
ec150cfca4
commit
f5b6950f6d
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=342583
2 changed files with 3 additions and 8 deletions
|
@ -11,7 +11,7 @@ PKGNAMEPREFIX= p5-
|
||||||
MAINTAINER= pauls@utdallas.edu
|
MAINTAINER= pauls@utdallas.edu
|
||||||
COMMENT= Parses range definitions and returns an array
|
COMMENT= Parses range definitions and returns an array
|
||||||
|
|
||||||
LICENSE= ART10 BSD
|
LICENSE= ART10 BSD3CLAUSE
|
||||||
LICENSE_COMB= dual
|
LICENSE_COMB= dual
|
||||||
|
|
||||||
BUILD_DEPENDS= p5-List-MoreUtils>=0.22:${PORTSDIR}/lang/p5-List-MoreUtils
|
BUILD_DEPENDS= p5-List-MoreUtils>=0.22:${PORTSDIR}/lang/p5-List-MoreUtils
|
||||||
|
@ -20,7 +20,4 @@ RUN_DEPENDS:= ${BUILD_DEPENDS}
|
||||||
USES= perl5
|
USES= perl5
|
||||||
USE_PERL5= modbuild
|
USE_PERL5= modbuild
|
||||||
|
|
||||||
MAN3= Parse::Range.3
|
|
||||||
|
|
||||||
NO_STAGE= yes
|
|
||||||
.include <bsd.port.mk>
|
.include <bsd.port.mk>
|
||||||
|
|
|
@ -1,5 +1,3 @@
|
||||||
%%SITE_PERL%%/Parse/Range.pm
|
%%SITE_PERL%%/Parse/Range.pm
|
||||||
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Parse/Range/.packlist
|
%%PERL5_MAN3%%/Parse::Range.3.gz
|
||||||
@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Parse/Range
|
@dirrmtry %%SITE_PERL%%/Parse
|
||||||
@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Parse
|
|
||||||
@dirrm %%SITE_PERL%%/Parse
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue