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

21 lines
410 B
Makefile
Raw Normal View History

2010-07-13 16:14:21 -04:00
# $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
2010-07-13 16:14:21 -04:00
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>