f7bf4d78fd
do some Makefile cleanup while here; bump PKGNAME
23 lines
482 B
Makefile
23 lines
482 B
Makefile
# $OpenBSD: Makefile,v 1.10 2005/12/20 17:40:18 steven Exp $
|
|
|
|
SHARED_ONLY= Yes
|
|
|
|
COMMENT= "module to calculate SHA1 digests"
|
|
|
|
DISTNAME= Digest-SHA1-2.10
|
|
PKGNAME= p5-${DISTNAME}p0
|
|
CATEGORIES= security perl5
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Digest/}
|
|
|
|
MAINTAINER= Jasper Lievisse Adriaanse <jasper@nedbsd.nl>
|
|
|
|
# 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>
|