21 lines
410 B
Makefile
21 lines
410 B
Makefile
# $OpenBSD: Makefile,v 1.3 2010/07/13 20:14:22 sthen Exp $
|
|
|
|
SHARED_ONLY= Yes
|
|
|
|
COMMENT= interface to the Serpent encryption algorithm
|
|
|
|
MODULES= cpan
|
|
DISTNAME= Crypt-Serpent-1.01
|
|
REVISION= 0
|
|
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>
|