pkglint -r --network --only "migrate" As a side-effect of migrating the homepages, pkglint also fixed a few indentations in unrelated lines. These and the new homepages have been checked manually.
19 lines
554 B
Makefile
19 lines
554 B
Makefile
# $NetBSD: Makefile,v 1.4 2020/01/26 17:31:39 rillig Exp $
|
|
|
|
DISTNAME= Math-Systems-0.01
|
|
PKGNAME= p5-${DISTNAME}
|
|
PKGREVISION= 2
|
|
CATEGORIES= math perl5
|
|
MASTER_SITES= http://www.cpan.org/authors/id/W/WI/WILL/
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= https://www.cpan.org/authors/id/W/WI/WILL/
|
|
COMMENT= Solve simultaneous equation
|
|
LICENSE= ${PERL5_LICENSE}
|
|
|
|
DEPENDS+= p5-Math-Matrix-[0-9]*:../../math/p5-Math-Matrix
|
|
PERL5_PACKLIST= auto/Math/Systems/.packlist
|
|
USE_LANGUAGES= # none
|
|
|
|
.include "../../lang/perl5/module.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|