9e0053e336
ok steven@
20 lines
384 B
Makefile
20 lines
384 B
Makefile
# $OpenBSD: Makefile,v 1.8 2007/01/15 17:40:10 simon Exp $
|
|
|
|
SHARED_ONLY= Yes
|
|
|
|
COMMENT= "module to implement the Twofish cipher"
|
|
|
|
MODULES= cpan
|
|
DISTNAME= Crypt-Twofish-2.12
|
|
CATEGORIES= security
|
|
|
|
MAINTAINER= Kevin Lo <kevlo@openbsd.org>
|
|
|
|
# Artistic
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
.include <bsd.port.mk>
|