freebsd-ports/security/p5-OpenCA-X509/Makefile

26 lines
523 B
Makefile
Raw Normal View History

# 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
2012-04-19 19:06:03 +02:00
PORTSCOUT= skipv:0.9.47
.include <bsd.port.mk>