1997c75349
From Darrin Chandler
23 lines
486 B
Makefile
23 lines
486 B
Makefile
# $OpenBSD: Makefile,v 1.4 2007/09/15 23:29:59 merdely Exp $
|
|
|
|
COMMENT= DSA Signatures and Key Generation
|
|
|
|
MODULES= cpan
|
|
DISTNAME= Crypt-DSA-0.13
|
|
CATEGORIES= security
|
|
|
|
MAINTAINER= Nikolay Sturm <sturm@openbsd.org>
|
|
|
|
# GPL/Artistic
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
BUILD_DEPENDS= ${RUN_DEPENDS}
|
|
RUN_DEPENDS= ::converters/p5-Convert-PEM \
|
|
::devel/p5-Data-Buffer \
|
|
::security/p5-Digest-SHA1
|
|
|
|
.include <bsd.port.mk>
|