openbsd-ports/security/p5-Crypt-Twofish/Makefile
2010-11-20 17:22:40 +00:00

24 lines
455 B
Makefile

# $OpenBSD: Makefile,v 1.14 2010/11/20 17:22:44 espie Exp $
SHARED_ONLY= Yes
COMMENT= module to implement the Twofish cipher
MODULES= cpan
DISTNAME= Crypt-Twofish-2.13
REVISION= 0
CATEGORIES= security
USE_GROFF = Yes
MAINTAINER= Kevin Lo <kevlo@openbsd.org>
# Artistic/GPL
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
REGRESS_DEPENDS= security/p5-Crypt-CBC
.include <bsd.port.mk>