diff options
Diffstat (limited to 'security/p5-Crypt-X509/Makefile')
-rw-r--r-- | security/p5-Crypt-X509/Makefile | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/security/p5-Crypt-X509/Makefile b/security/p5-Crypt-X509/Makefile new file mode 100644 index 00000000000..6bef0ba7dfe --- /dev/null +++ b/security/p5-Crypt-X509/Makefile @@ -0,0 +1,18 @@ +# $NetBSD: Makefile,v 1.1 2014/01/01 03:15:50 ryoon Exp $ + +DISTNAME= Crypt-X509-0.51 +PKGNAME= p5-${DISTNAME} +CATEGORIES= security +MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Crypt/} + +MAINTAINER= ryoon@NetBSD.org +HOMEPAGE= http://search.cpan.org/dist/Crypt-X509/ +COMMENT= Perl 5 module to parse a X.509 certificate +LICENSE= ${PERL5_LICENSE} + +DEPENDS+= p5-Convert-ASN1-[0-9]*:../../textproc/p5-Convert-ASN1 + +PERL5_PACKLIST= auto/Crypt/X509/.packlist + +.include "../../lang/perl5/module.mk" +.include "../../mk/bsd.pkg.mk" |