17 lines
294 B
Makefile
17 lines
294 B
Makefile
# $OpenBSD: Makefile,v 1.10 2020/07/03 21:45:40 sthen Exp $
|
|
|
|
COMMENT = cryptographic CipherSaber encryption
|
|
|
|
DISTNAME = Crypt-CipherSaber-1.01
|
|
CATEGORIES = security
|
|
REVISION = 0
|
|
|
|
# Perl
|
|
PERMIT_PACKAGE = Yes
|
|
|
|
MODULES = cpan
|
|
PKG_ARCH = *
|
|
TEST_DEPENDS = devel/p5-Test-Warn
|
|
|
|
.include <bsd.port.mk>
|