15 lines
211 B
Makefile
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>
|