df4e1203e4
ok jasper@ (final commit)
24 lines
459 B
Makefile
24 lines
459 B
Makefile
# $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
|
|
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>
|