openbsd-ports/security/p5-Crypt-DSA/Makefile

30 lines
620 B
Makefile
Raw Normal View History

# $OpenBSD: Makefile,v 1.1.1.1 2005/02/23 20:08:48 sturm Exp $
COMMENT= "DSA Signatures and Key Generation"
DISTNAME= Crypt-DSA-0.12
PKGNAME= p5-${DISTNAME}
CATEGORIES= security perl5
MAINTAINER= Nikolay Sturm <sturm@openbsd.org>
# GPL/Artistic
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Crypt/}
BUILD_DEPENDS= ${RUN_DEPENDS}
RUN_DEPENDS= ::converters/p5-Convert-PEM \
::devel/p5-Data-Buffer \
::security/p5-Crypt-Random \
::security/p5-Digest-SHA1
CONFIGURE_STYLE=perl
PKG_ARCH= *
.include <bsd.port.mk>