22 lines
484 B
Makefile
22 lines
484 B
Makefile
# $OpenBSD: Makefile,v 1.4 2002/05/15 17:58:49 espie Exp $
|
|
|
|
COMMENT= "interface to the DES encryption alogorithm"
|
|
|
|
VERSION= 2.03
|
|
DISTNAME= Crypt-DES-${VERSION}
|
|
PKGNAME= p5-${DISTNAME}
|
|
CATEGORIES= security perl5
|
|
NEED_VERSION= 1.515
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=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>
|