openbsd-ports/security/p5-Digest-SHA1/Makefile
margarida a0f44661f1 Remove p5-Test-Harness REGRESS_DEPENDS as it comes
with perl v5.8.0

pvalchev@ ok
2002-11-30 19:30:43 +00:00

22 lines
471 B
Makefile

# $OpenBSD: Makefile,v 1.5 2002/11/30 19:30:44 margarida Exp $
COMMENT= "module to calculate SHA1 digests"
VERSION= 2.01
DISTNAME= Digest-SHA1-${VERSION}
PKGNAME= p5-${DISTNAME}
CATEGORIES= security perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Digest/}
MAINTAINER= Marc Matteo <marcm@openbsd.org>
# 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>