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

21 lines
474 B
Makefile
Raw Normal View History

# $OpenBSD: Makefile,v 1.1.1.1 2002/10/22 14:20:30 naddy Exp $
COMMENT= "implementation of 3DES encryption on ECB mode"
DISTNAME= Crypt-TripleDES-0.24
PKGNAME= p5-${DISTNAME}
CATEGORIES= security perl5
MAINTAINER= Margarida Sequeira <niness@devilness.org>
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Crypt/}
CONFIGURE_STYLE= perl
.include <bsd.port.mk>