diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2013-09-02 16:14:38 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2013-09-02 16:14:38 +0000 |
commit | b838ae33d4244a1ebc795034ca4b8da4365f668d (patch) | |
tree | 6f8234a04e9fa5bbc06363f52195f07e1d82fe91 | |
parent | - convert to the new perl5 framework (diff) |
- Add PORTSCOUT
- Remove contiguous whitespace
-rw-r--r-- | security/p5-OpenCA-CRL/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/security/p5-OpenCA-CRL/Makefile b/security/p5-OpenCA-CRL/Makefile index 5b41b5a21270..0f0f77173209 100644 --- a/security/p5-OpenCA-CRL/Makefile +++ b/security/p5-OpenCA-CRL/Makefile @@ -12,12 +12,14 @@ PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= CRL Management module +PORTSCOUT= skipv:0.9.17 + USES= perl5 USE_PERL5= configure P5MAN3= OpenCA::CRL.3 post-patch: - @${MV} ${WRKSRC}/prova.pl ${WRKSRC}/prova.pl.sample + @${MV} ${WRKSRC}/prova.pl ${WRKSRC}/prova.pl.sample .include <bsd.port.mk> |