openbsd-ports/security/p5-Crypt-Rijndael/Makefile
2022-03-20 21:00:59 +00:00

15 lines
211 B
Makefile

COMMENT = interface to the rijndael encryption algorithm aka AES
DISTNAME = Crypt-Rijndael-1.16
CATEGORIES = security
# LGPLv3
PERMIT_PACKAGE = Yes
WANTLIB = c perl
MODULES = cpan
.include <bsd.port.mk>