openbsd-ports/security/p5-Crypt-Serpent/Makefile

21 lines
410 B
Makefile
Raw Normal View History

2010-09-24 11:29:20 -04:00
# $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
2010-09-24 11:29:20 -04:00
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>