From 86ad7c4f576838234be263d4b28e1133d986a5e6 Mon Sep 17 00:00:00 2001 From: Ashish SHUKLA Date: Thu, 16 Jan 2014 05:00:45 +0000 Subject: [PATCH] - Add missing RUN_DEPENDS - Add STAGE support PR: ports/185786 Submitted by: matthew --- security/p5-Crypt-X509/Makefile | 4 +--- security/p5-Crypt-X509/pkg-plist | 3 ++- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/security/p5-Crypt-X509/Makefile b/security/p5-Crypt-X509/Makefile index 35be2646be00..671802bec03a 100644 --- a/security/p5-Crypt-X509/Makefile +++ b/security/p5-Crypt-X509/Makefile @@ -11,11 +11,9 @@ MAINTAINER= ashish@FreeBSD.org COMMENT= Perl extension to parse X.509 certificates BUILD_DEPENDS= p5-Convert-ASN1>=0:${PORTSDIR}/converters/p5-Convert-ASN1 +RUN_DEPENDS:= ${BUILD_DEPENDS} USES= perl5 USE_PERL5= configure -MAN3= Crypt::X509.3 - -NO_STAGE= yes .include diff --git a/security/p5-Crypt-X509/pkg-plist b/security/p5-Crypt-X509/pkg-plist index 192d8e2a3930..73f1ece11596 100644 --- a/security/p5-Crypt-X509/pkg-plist +++ b/security/p5-Crypt-X509/pkg-plist @@ -1,5 +1,6 @@ +%%PERL5_MAN3%%/Crypt::X509.3.gz %%SITE_PERL%%/Crypt/X509.pm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Crypt/X509/.packlist -@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Crypt/X509/ +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Crypt/X509 @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Crypt @dirrmtry %%SITE_PERL%%/Crypt