naddy cfbb239b6a Remove SHARED_ONLY from all CPAN Perl ports and the cpan and perl MODULES.
Add WANTLIB+=perl and PKG_ARCH=* as appropriate.
2016-03-20 19:56:05 +00:00

20 lines
385 B
Makefile

# $OpenBSD: Makefile,v 1.14 2016/03/20 19:56:59 naddy Exp $
COMMENT= DSA Signatures and Key Generation
MODULES= cpan
PKG_ARCH= *
DISTNAME= Crypt-DSA-1.17
CATEGORIES= security
# perl
PERMIT_PACKAGE_CDROM= Yes
BUILD_DEPENDS= ${RUN_DEPENDS}
RUN_DEPENDS= converters/p5-Convert-PEM \
devel/p5-Data-Buffer \
sysutils/p5-File-Which \
security/p5-Digest-SHA1
.include <bsd.port.mk>