30b07f8162
cosmetic changes. brad@ ok
21 lines
475 B
Makefile
21 lines
475 B
Makefile
# $OpenBSD: Makefile,v 1.2 2002/11/22 02:37:37 margarida Exp $
|
|
|
|
COMMENT= "implementation of 3DES encryption on ECB mode"
|
|
|
|
DISTNAME= Crypt-TripleDES-0.24
|
|
PKGNAME= p5-${DISTNAME}
|
|
CATEGORIES= security perl5
|
|
|
|
MAINTAINER= Margarida Sequeira <margarida@openbsd.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>
|