openbsd-ports/security/p5-Crypt-Twofish/Makefile

24 lines
459 B
Makefile
Raw Normal View History

# $OpenBSD: Makefile,v 1.15 2010/12/03 11:46:47 ajacoutot Exp $
SHARED_ONLY= Yes
COMMENT= module to implement the Twofish cipher
MODULES= cpan
DISTNAME= Crypt-Twofish-2.13
REVISION= 1
CATEGORIES= security
2010-10-18 17:41:44 -04:00
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
2010-11-20 12:22:40 -05:00
REGRESS_DEPENDS= security/p5-Crypt-CBC
.include <bsd.port.mk>