21 lines
356 B
Makefile
21 lines
356 B
Makefile
# $OpenBSD: Makefile,v 1.8 2013/03/11 11:41:27 espie Exp $
|
|
|
|
SHARED_ONLY= Yes
|
|
|
|
COMMENT= interface to the Serpent encryption algorithm
|
|
|
|
MODULES= cpan
|
|
DISTNAME= Crypt-Serpent-1.01
|
|
REVISION= 3
|
|
CATEGORIES= security
|
|
USE_GROFF = Yes
|
|
|
|
MAINTAINER= Stephan A. Rickauer <stephan@openbsd.org>
|
|
|
|
# perl
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
|
|
WANTLIB += c
|
|
|
|
.include <bsd.port.mk>
|