3a903bc6ea
This is Crypt::DES, an XS-based implementation of the DES cryptography algorithm.
23 lines
505 B
Makefile
23 lines
505 B
Makefile
# $OpenBSD: Makefile,v 1.1.1.1 2001/03/19 04:35:55 danh Exp $
|
|
|
|
COMMENT= "interface to the DES encryption alogorithm"
|
|
|
|
VERSION= 2.03
|
|
DISTNAME= Crypt-DES-${VERSION}
|
|
PKGNAME= p5-${DISTNAME}
|
|
CATEGORIES= security perl5
|
|
NEED_VERSION= 1.362
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
|
|
MASTER_SITE_SUBDIR= Crypt
|
|
|
|
MAINTAINER= Dan Harnett <danh@openbsd.org>
|
|
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
CONFIGURE_STYLE= perl
|
|
|
|
.include <bsd.port.mk>
|