df4e1203e4
ok jasper@ (final commit)
23 lines
463 B
Makefile
23 lines
463 B
Makefile
# $OpenBSD: Makefile,v 1.9 2010/12/03 11:46:46 ajacoutot Exp $
|
|
|
|
COMMENT= DSA Signatures and Key Generation
|
|
|
|
MODULES= cpan
|
|
DISTNAME= Crypt-DSA-0.13
|
|
REVISION= 1
|
|
CATEGORIES= security
|
|
USE_GROFF = Yes
|
|
|
|
# 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>
|