14 lines
194 B
Makefile
14 lines
194 B
Makefile
|
COMMENT= Perl interface to IDEA block cipher
|
||
|
|
||
|
MODULES= cpan
|
||
|
DISTNAME= Crypt-IDEA-1.10
|
||
|
REVISION= 3
|
||
|
CATEGORIES= security
|
||
|
|
||
|
# Artistic
|
||
|
PERMIT_PACKAGE= Yes
|
||
|
|
||
|
WANTLIB += c perl
|
||
|
|
||
|
.include <bsd.port.mk>
|