15 lines
258 B
Makefile
15 lines
258 B
Makefile
# $OpenBSD: Makefile,v 1.2 2014/11/16 19:51:17 sthen Exp $
|
|
|
|
COMMENT= Perl interface to IDEA block cipher
|
|
|
|
MODULES= cpan
|
|
DISTNAME= Crypt-IDEA-1.10
|
|
REVISION= 0
|
|
CATEGORIES= security
|
|
SHARED_ONLY= Yes
|
|
|
|
# Artistic
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
|
|
.include <bsd.port.mk>
|