50e3b1a471
not appear to be active any longer.
16 lines
458 B
Makefile
16 lines
458 B
Makefile
# $NetBSD: Makefile,v 1.2 2006/02/17 20:37:11 adrianp Exp $
|
|
|
|
DISTNAME= X500-DN-0.28
|
|
PKGNAME= p5-${DISTNAME}
|
|
CATEGORIES= net perl5
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=X500/}
|
|
|
|
MAINTAINER= adrianp@NetBSD.org
|
|
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"
|