openbsd-ports/security/p5-Crypt-Twofish/Makefile
2012-08-23 15:50:05 +00:00

26 lines
469 B
Makefile

# $OpenBSD: Makefile,v 1.16 2012/08/23 15:52:47 sthen Exp $
SHARED_ONLY= Yes
COMMENT= module to implement the Twofish cipher
MODULES= cpan
DISTNAME= Crypt-Twofish-2.13
REVISION= 2
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
WANTLIB += c
REGRESS_DEPENDS= security/p5-Crypt-CBC
.include <bsd.port.mk>