21 lines
410 B
Makefile
21 lines
410 B
Makefile
# $OpenBSD: Makefile,v 1.4 2010/09/24 15:32:34 sthen Exp $
|
|
|
|
SHARED_ONLY= Yes
|
|
|
|
COMMENT= interface to the Serpent encryption algorithm
|
|
|
|
MODULES= cpan
|
|
DISTNAME= Crypt-Serpent-1.01
|
|
REVISION= 1
|
|
CATEGORIES= security
|
|
|
|
MAINTAINER= Stephan A. Rickauer <stephan@openbsd.org>
|
|
|
|
# perl
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
.include <bsd.port.mk>
|