diff options
author | Vanilla I. Shu <vanilla@FreeBSD.org> | 2013-11-05 01:33:02 +0000 |
---|---|---|
committer | Vanilla I. Shu <vanilla@FreeBSD.org> | 2013-11-05 01:33:02 +0000 |
commit | d394d91a6ab79b2552ce91ad66446a1a3564ae55 (patch) | |
tree | 6b2046ea5205e6106b70f572dde8ed8864afc287 /graphics/p5-GD-Graph-histogram | |
parent | b59192cc24ef24fba3659c2761a29f8b3a4aca74 (diff) | |
download | ports-d394d91a6ab79b2552ce91ad66446a1a3564ae55.tar.gz ports-d394d91a6ab79b2552ce91ad66446a1a3564ae55.zip |
Notes
Diffstat (limited to 'graphics/p5-GD-Graph-histogram')
-rw-r--r-- | graphics/p5-GD-Graph-histogram/Makefile | 7 | ||||
-rw-r--r-- | graphics/p5-GD-Graph-histogram/pkg-plist | 7 |
2 files changed, 8 insertions, 6 deletions
diff --git a/graphics/p5-GD-Graph-histogram/Makefile b/graphics/p5-GD-Graph-histogram/Makefile index bbeedcca9656..e34bdd4be827 100644 --- a/graphics/p5-GD-Graph-histogram/Makefile +++ b/graphics/p5-GD-Graph-histogram/Makefile @@ -13,14 +13,11 @@ DISTNAME= GDGraph-histogram-${PORTVERSION} MAINTAINER= ports@FreeBSD.org COMMENT= Histogram plotting module for perl5 -BUILD_DEPENDS= p5-GD-Graph>=0:${PORTSDIR}/graphics/p5-GD-Graph \ - p5-Test-Simple>=0:${PORTSDIR}/devel/p5-Test-Simple +BUILD_DEPENDS= p5-GD-Graph>=0:${PORTSDIR}/graphics/p5-GD-Graph RUN_DEPENDS:= ${BUILD_DEPENDS} +TEST_DEPENDS= p5-Test-Simple>=0:${PORTSDIR}/devel/p5-Test-Simple USES= perl5 USE_PERL5= configure -MAN3= GD::Graph::histogram.3 - -NO_STAGE= yes .include <bsd.port.mk> diff --git a/graphics/p5-GD-Graph-histogram/pkg-plist b/graphics/p5-GD-Graph-histogram/pkg-plist index 937b2cbfee64..47251720c176 100644 --- a/graphics/p5-GD-Graph-histogram/pkg-plist +++ b/graphics/p5-GD-Graph-histogram/pkg-plist @@ -1,3 +1,8 @@ +%%PERL5_MAN3%%/GD::Graph::histogram.3.gz %%SITE_PERL%%/GD/Graph/histogram.pm %%SITE_PERL%%/%%PERL_ARCH%%/auto/GD/Graph/histogram/.packlist -@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/GD/Graph/histogram +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/GD/Graph/histogram +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/GD/Graph +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/GD +@dirrmtry %%SITE_PERL%%/GD/Graph +@dirrmtry %%SITE_PERL%%/GD |