pkgsrc/math/p5-Math-Base85/Makefile

18 lines
492 B
Makefile
Raw Normal View History

2018-08-22 11:43:40 +02:00
# $NetBSD: Makefile,v 1.17 2018/08/22 09:45:37 wiz Exp $
DISTNAME= Math-Base85-0.4
PKGNAME= p5-${DISTNAME}
2018-08-22 11:43:40 +02:00
PKGREVISION= 1
CATEGORIES= math perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Math/}
2009-07-17 20:00:13 +02:00
MAINTAINER= pkgsrc-users@NetBSD.org
2011-10-17 11:08:17 +02:00
HOMEPAGE= http://search.cpan.org/dist/Math-Base85/
COMMENT= Perl extension for base 85 numbers, as referenced by RFC 1924
2011-10-17 11:08:17 +02:00
LICENSE= ${PERL5_LICENSE}
PERL5_PACKLIST= auto/Math/Base85/.packlist
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"