openbsd-ports/security/p5-Crypt-Twofish/Makefile
kevlo f8d262ad46 update to 2.13.
from Stephan A. Rickauer
2009-09-06 07:23:43 +00:00

22 lines
429 B
Makefile

# $OpenBSD: Makefile,v 1.11 2009/09/06 07:23:43 kevlo Exp $
SHARED_ONLY= Yes
COMMENT= module to implement the Twofish cipher
MODULES= cpan
DISTNAME= Crypt-Twofish-2.13
CATEGORIES= security
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>