5cabf9badd
Upstream changes: 1.201 2018-10-18T15:27:35Z * Change publisher() to country() (because that's what it is). The old method names are still there but carp.
19 lines
528 B
Makefile
19 lines
528 B
Makefile
# $NetBSD: Makefile,v 1.8 2018/11/10 09:54:12 wen Exp $
|
|
|
|
DISTNAME= Business-ISMN-1.201
|
|
PKGNAME= p5-${DISTNAME}
|
|
CATEGORIES= misc
|
|
MASTER_SITES+= ${MASTER_SITE_PERL_CPAN:=Business/}
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://search.cpan.org/~bdfoy/Business-ISMN/
|
|
COMMENT= Perl5 module to work with ISMNs
|
|
LICENSE= ${PERL5_LICENSE}
|
|
|
|
DEPENDS+= p5-Tie-Cycle>=0:../../devel/p5-Tie-Cycle
|
|
|
|
PERL5_PACKLIST= auto/Business/ISMN/.packlist
|
|
USE_LANGUAGES= # none
|
|
|
|
.include "../../lang/perl5/module.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|