mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-23 04:23:08 +00:00
- Add missing RUN_DEPENDS
- Add STAGE support PR: ports/185786 Submitted by: matthew
This commit is contained in:
parent
b723872aaa
commit
86ad7c4f57
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=339891
@ -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>
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user