summaryrefslogtreecommitdiff
path: root/net/p5-X500-DN/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'net/p5-X500-DN/Makefile')
-rw-r--r--net/p5-X500-DN/Makefile16
1 files changed, 16 insertions, 0 deletions
diff --git a/net/p5-X500-DN/Makefile b/net/p5-X500-DN/Makefile
new file mode 100644
index 00000000000..b5a2567879d
--- /dev/null
+++ b/net/p5-X500-DN/Makefile
@@ -0,0 +1,16 @@
+# $NetBSD: Makefile,v 1.1.1.1 2006/02/17 20:19:56 adrianp Exp $
+
+DISTNAME= X500-DN-0.28
+PKGNAME= p5-${DISTNAME}
+CATEGORIES= net perl5
+MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=X500/}
+
+MAINTAINER= geeogeegeeoh@users.sourceforge.net
+COMMENT= Handle X.500 DNs (Distinguished Names), parse and format them
+
+DEPENDS+= p5-Parse-RecDescent>=1.94:../../devel/p5-Parse-RecDescent
+
+PERL5_PACKLIST= auto/X500/DN/.packlist
+
+.include "../../lang/perl5/module.mk"
+.include "../../mk/bsd.pkg.mk"