f40bde28e2
-- Ok'd by maintainer
26 lines
548 B
Makefile
26 lines
548 B
Makefile
# $OpenBSD: Makefile,v 1.2 2002/02/08 08:55:08 kevlo Exp $
|
|
|
|
COMMENT= "module to calculate SHA1 digests"
|
|
|
|
VERSION= 2.01
|
|
DISTNAME= Digest-SHA1-${VERSION}
|
|
PKGNAME= p5-${DISTNAME}
|
|
CATEGORIES= security perl5
|
|
NEED_VERSION= 1.503
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
|
|
MASTER_SITE_SUBDIR= Digest
|
|
|
|
MAINTAINER= Marc Matteo <marcm@lectroid.net>
|
|
|
|
# Artistic licence
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
CONFIGURE_STYLE= perl
|
|
|
|
REGRESS_DEPENDS= ::devel/p5-Test-Harness
|
|
|
|
.include <bsd.port.mk>
|