openbsd-ports/security/p5-Digest-MD5/Makefile
2001-05-10 19:20:40 +00:00

23 lines
491 B
Makefile

# $OpenBSD: Makefile,v 1.5 2001/05/10 19:20:51 naddy Exp $
COMMENT= "module to calculate digests"
DISTNAME= Digest-MD5-2.12
PKGNAME= p5-${DISTNAME}
CATEGORIES= security perl5
NEED_VERSION= 1.407
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= Digest
MAINTAINER= Benjamin Lerman <quisar@quisar.ambre.net>
# Artistic licence
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
CONFIGURE_STYLE= perl
.include <bsd.port.mk>