diff options
author | antoine <antoine@FreeBSD.org> | 2014-02-05 02:23:07 +0800 |
---|---|---|
committer | antoine <antoine@FreeBSD.org> | 2014-02-05 02:23:07 +0800 |
commit | fd60d52522e411c219fc670ed70590f793bdc8be (patch) | |
tree | 9bc9dcf7bc5eb5f9c5f019b3fb1cd25bd435ce40 /math | |
parent | f052712447b6b516b719c0811627fb63ad1278f5 (diff) | |
download | freebsd-ports-gnome-fd60d52522e411c219fc670ed70590f793bdc8be.tar.gz freebsd-ports-gnome-fd60d52522e411c219fc670ed70590f793bdc8be.tar.zst freebsd-ports-gnome-fd60d52522e411c219fc670ed70590f793bdc8be.zip |
Stage support and fix plist
Diffstat (limited to 'math')
-rw-r--r-- | math/p5-Parse-Range/Makefile | 5 | ||||
-rw-r--r-- | math/p5-Parse-Range/pkg-plist | 6 |
2 files changed, 3 insertions, 8 deletions
diff --git a/math/p5-Parse-Range/Makefile b/math/p5-Parse-Range/Makefile index ed8532914b13..61281bd24b38 100644 --- a/math/p5-Parse-Range/Makefile +++ b/math/p5-Parse-Range/Makefile @@ -11,7 +11,7 @@ PKGNAMEPREFIX= p5- MAINTAINER= pauls@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> diff --git a/math/p5-Parse-Range/pkg-plist b/math/p5-Parse-Range/pkg-plist index 46bbe3ff2df1..9c879126bed6 100644 --- a/math/p5-Parse-Range/pkg-plist +++ b/math/p5-Parse-Range/pkg-plist @@ -1,5 +1,3 @@ %%SITE_PERL%%/Parse/Range.pm -%%SITE_PERL%%/%%PERL_ARCH%%/auto/Parse/Range/.packlist -@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Parse/Range -@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Parse -@dirrm %%SITE_PERL%%/Parse +%%PERL5_MAN3%%/Parse::Range.3.gz +@dirrmtry %%SITE_PERL%%/Parse |