openbsd-ports/security/p5-Digest-MD5/Makefile
kevlo 606a7bf46d - upgrade to version 2.16
- bump NEED_VERSION
- add regression test
2001-12-25 09:49:56 +00:00

26 lines
554 B
Makefile

# $OpenBSD: Makefile,v 1.6 2001/12/25 09:49:56 kevlo Exp $
COMMENT= "module to calculate digests"
DISTNAME= Digest-MD5-2.16
PKGNAME= p5-${DISTNAME}
CATEGORIES= security perl5
NEED_VERSION= 1.503
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
REGRESS_TARGET= test
REGRESS_DEPENDS= ::devel/p5-Test-Harness
.include <bsd.port.mk>