Import of pkgsrc-2015Q3

This commit is contained in:
2015-10-03 03:37:01 -07:00
committed by Lionel Sambuc
parent f641581404
commit 9d819b6d54
7578 changed files with 228314 additions and 80018 deletions

View File

@@ -0,0 +1,16 @@
# $NetBSD: Makefile,v 1.1 2015/08/06 01:32:11 wen Exp $
DISTNAME= Math-Base-Convert-0.08
PKGNAME= p5-${DISTNAME}
CATEGORIES= math perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Math/}
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://search.cpan.org/dist/Math-Base-Convert/
COMMENT= Very fast base to base conversion
LICENSE= ${PERL5_LICENSE}
PERL5_PACKLIST= auto/Math/Base/Convert/.packlist
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"