15 lines
266 B
Makefile
15 lines
266 B
Makefile
# $OpenBSD: Makefile,v 1.13 2019/07/12 21:02:25 sthen Exp $
|
|
|
|
COMMENT= implementation of 3DES encryption on ECB mode
|
|
|
|
MODULES= cpan
|
|
PKG_ARCH= *
|
|
DISTNAME= Crypt-TripleDES-0.24
|
|
REVISION= 1
|
|
CATEGORIES= security
|
|
|
|
# Perl
|
|
PERMIT_PACKAGE= Yes
|
|
|
|
.include <bsd.port.mk>
|