15 lines
261 B
Makefile
15 lines
261 B
Makefile
# $OpenBSD: Makefile,v 1.5 2020/07/03 21:45:41 sthen Exp $
|
|
|
|
COMMENT = implementation of the RC5 encryption algorithm
|
|
|
|
MODULES = cpan
|
|
PKG_ARCH = *
|
|
DISTNAME = Crypt-RC5-2.00
|
|
CATEGORIES = security
|
|
REVISION = 0
|
|
|
|
# Perl
|
|
PERMIT_PACKAGE = Yes
|
|
|
|
.include <bsd.port.mk>
|