5bd83decff
fixing some whitespaces into tabs while at it. ok sthen@ and jasper@
21 lines
426 B
Makefile
21 lines
426 B
Makefile
# $OpenBSD: Makefile,v 1.2 2009/11/03 13:27:43 stephan Exp $
|
|
|
|
SHARED_ONLY= Yes
|
|
|
|
COMMENT= interface to the Serpent encryption algorithm
|
|
|
|
MODULES= cpan
|
|
DISTNAME= Crypt-Serpent-1.01
|
|
PKGNAME= p5-${DISTNAME}p0
|
|
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>
|