openbsd-ports/security/p5-Crypt-DES/Makefile
danh 6345ad14d6 * regen PLIST
* drop NEED_VERSION
2002-09-12 16:01:17 +00:00

21 lines
463 B
Makefile

# $OpenBSD: Makefile,v 1.5 2002/09/12 16:01:17 danh Exp $
COMMENT= "interface to the DES encryption alogorithm"
VERSION= 2.03
DISTNAME= Crypt-DES-${VERSION}
PKGNAME= p5-${DISTNAME}
CATEGORIES= security perl5
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>