6d6f3e57c2
- Sort PLIST
25 lines
523 B
Makefile
25 lines
523 B
Makefile
# New ports collection makefile for: p5-OpenCA-X509
|
|
# Date created: 2012-03-09
|
|
# Whom: Steve Wills <swills@FreeBSD.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= OpenCA-X509
|
|
PORTVERSION= 0.9.10
|
|
CATEGORIES= security perl5
|
|
MASTER_SITES= CPAN
|
|
MASTER_SITE_SUBDIR= CPAN:MADWOLF
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= perl@FreeBSD.org
|
|
COMMENT= Perl extension for handling X509 Certificates
|
|
|
|
BUILD_DEPENDS= p5-X500-DN>=0:${PORTSDIR}/net/p5-X500-DN
|
|
RUN_DEPENDS:= ${BUILD_DEPENDS}
|
|
|
|
PERL_CONFIGURE= yes
|
|
|
|
PORTSCOUT= skipv:0.9.47
|
|
|
|
.include <bsd.port.mk>
|