12 lines
201 B
Makefile
12 lines
201 B
Makefile
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>
|