1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-22 20:41:26 +00:00
freebsd-ports/security/p5-Crypt-OpenSSL-DSA/Makefile
Norikatsu Shigemura fefe6bfd1b Add p5-Crypt-OpenSSL-DSA(0.03), a perl module for DSA signature verification
using OpenSSL.

Approved by:	knu (mentor)
2002-09-20 20:28:29 +00:00

29 lines
694 B
Makefile

# New ports collection makefile for: p5-Crypt-OpenSSL-DSA
# Date created: 2002/09/20
# Whom: nork@FreeBSD.org
#
# $FreeBSD$
#
PORTNAME= Crypt-OpenSSL-DSA
PORTVERSION= 0.03
CATEGORIES= security perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= Crypt
PKGNAMEPREFIX= p5-
MAINTAINER= nork@FreeBSD.org
BUILD_DEPENDS= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/${PERL_ARCH}/Crypt/OpenSSL/Random.pm:${PORTSDIR}/security/p5-Crypt-OpenSSL-Random
RUN_DEPENDS= ${BUILD_DEPENDS}
RESTRICTED= "Crypto; export-controlled"
PERL_CONFIGURE= yes
MAN3= Crypt::OpenSSL::DSA.3 Crypt::OpenSSL::DSA::Signature.3
MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION}
.include <bsd.port.mk>