diff options
author | Ashish SHUKLA <ashish@FreeBSD.org> | 2014-01-16 05:00:45 +0000 |
---|---|---|
committer | Ashish SHUKLA <ashish@FreeBSD.org> | 2014-01-16 05:00:45 +0000 |
commit | 86ad7c4f576838234be263d4b28e1133d986a5e6 (patch) | |
tree | bb7a69e5e2b3c384da6886910a6845b96771321d /security/p5-Crypt-X509 | |
parent | b723872aaad242f4598a8843d5f9aee4cd0e6a34 (diff) |
Notes
Diffstat (limited to 'security/p5-Crypt-X509')
-rw-r--r-- | security/p5-Crypt-X509/Makefile | 4 | ||||
-rw-r--r-- | 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 <bsd.port.mk> 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 |