diff options
author | Vanilla I. Shu <vanilla@FreeBSD.org> | 2013-11-06 07:39:31 +0000 |
---|---|---|
committer | Vanilla I. Shu <vanilla@FreeBSD.org> | 2013-11-06 07:39:31 +0000 |
commit | 1ced34fc222b99a0607b3a86eb116ea4c40fc85c (patch) | |
tree | 4e7cafaec5470be1076a8254b1d3f4d6c2508620 /security/p5-GD-SecurityImage | |
parent | c2d03d48afa46d82df5e16103ea240da9ebb6e6a (diff) |
Notes
Diffstat (limited to 'security/p5-GD-SecurityImage')
-rw-r--r-- | security/p5-GD-SecurityImage/Makefile | 8 | ||||
-rw-r--r-- | security/p5-GD-SecurityImage/pkg-plist | 10 |
2 files changed, 8 insertions, 10 deletions
diff --git a/security/p5-GD-SecurityImage/Makefile b/security/p5-GD-SecurityImage/Makefile index c908dd6d4ba9..bcd9f809f3aa 100644 --- a/security/p5-GD-SecurityImage/Makefile +++ b/security/p5-GD-SecurityImage/Makefile @@ -12,7 +12,7 @@ MAINTAINER= perl@FreeBSD.org COMMENT= Perl5 module for creating CAPTCHA security images BUILD_DEPENDS= p5-GD>=0:${PORTSDIR}/graphics/p5-GD -RUN_DEPENDS= p5-GD>=0:${PORTSDIR}/graphics/p5-GD +RUN_DEPENDS:= ${BUILD_DEPENDS} OPTIONS_DEFINE= IMAGEMAGICK IMAGEMAGICK_DESC= Build ImageMagick module @@ -22,12 +22,6 @@ PORTSCOUT= skipv:1.581 USES= perl5 USE_PERL5= configure -MAN3= GD::SecurityImage.3 \ - GD::SecurityImage::GD.3 \ - GD::SecurityImage::Magick.3 \ - GD::SecurityImage::Styles.3 - -NO_STAGE= yes .include <bsd.port.options.mk> .if ${PORT_OPTIONS:MIMAGEMAGICK} diff --git a/security/p5-GD-SecurityImage/pkg-plist b/security/p5-GD-SecurityImage/pkg-plist index 9f59158f3f44..380739e9c445 100644 --- a/security/p5-GD-SecurityImage/pkg-plist +++ b/security/p5-GD-SecurityImage/pkg-plist @@ -1,9 +1,13 @@ -%%SITE_PERL%%/%%PERL_ARCH%%/auto/GD/SecurityImage/.packlist +%%PERL5_MAN3%%/GD::SecurityImage.3.gz +%%PERL5_MAN3%%/GD::SecurityImage::GD.3.gz +%%PERL5_MAN3%%/GD::SecurityImage::Magick.3.gz +%%PERL5_MAN3%%/GD::SecurityImage::Styles.3.gz %%SITE_PERL%%/GD/SecurityImage.pm %%SITE_PERL%%/GD/SecurityImage/GD.pm %%SITE_PERL%%/GD/SecurityImage/Magick.pm %%SITE_PERL%%/GD/SecurityImage/Styles.pm -@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/GD/SecurityImage -@dirrm %%SITE_PERL%%/GD/SecurityImage +%%SITE_PERL%%/%%PERL_ARCH%%/auto/GD/SecurityImage/.packlist +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/GD/SecurityImage @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/GD +@dirrmtry %%SITE_PERL%%/GD/SecurityImage @dirrmtry %%SITE_PERL%%/GD |