Merge branch 'staged'
[dports.git] / net / p5-X500-DN / Makefile
1 PORTNAME=       X500-DN
2 PORTVERSION=    0.29
3 PORTREVISION=   1
4 CATEGORIES=     net perl5
5 MASTER_SITES=   CPAN
6 PKGNAMEPREFIX=  p5-
7
8 MAINTAINER=     perl@FreeBSD.org
9 COMMENT=        Handle X.500 DNs (Distinguished Names), parse, and format them
10 WWW=            https://metacpan.org/release/X500-DN
11
12 BUILD_DEPENDS=  ${RUN_DEPENDS}
13 RUN_DEPENDS=    p5-Parse-RecDescent>=0:devel/p5-Parse-RecDescent
14
15 USES=           perl5
16 USE_PERL5=      configure
17
18 .include <bsd.port.mk>