123456789101112131415161718 |
- # $OpenBSD: Makefile,v 1.12 2016/03/20 19:57:00 naddy Exp $
- COMMENT= interface to the Serpent encryption algorithm
- MODULES= cpan
- DISTNAME= Crypt-Serpent-1.01
- REVISION= 5
- CATEGORIES= security
- MAINTAINER= Stephan A. Rickauer <stephan@openbsd.org>
- # perl
- PERMIT_PACKAGE_CDROM= Yes
- WANTLIB += c perl
- .include <bsd.port.mk>
|