Some packages come with multiple libraries, and multiple .pc files to use with them. This Role::Tiny role can be used with Alien::Base to access different configurations.
20 lines
700 B
Makefile
20 lines
700 B
Makefile
# $NetBSD: Makefile,v 1.1 2018/05/02 12:57:15 wiz Exp $
|
|
|
|
DISTNAME= Alien-Role-Alt-0.03
|
|
PKGNAME= p5-${DISTNAME}
|
|
CATEGORIES= textproc perl5
|
|
MASTER_SITES= http://search.cpan.org/CPAN/authors/id/P/PL/PLICEASE/
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://search.cpan.org/~plicease/Alien-Role-Alt/
|
|
COMMENT= Alien::Base role that supports alternates
|
|
LICENSE= ${PERL5_LICENSE}
|
|
|
|
DEPENDS+= p5-Alien-Build-[0-9]*:../../devel/p5-Alien-Build
|
|
DEPENDS+= p5-Role-Tiny-[0-9]*:../../devel/p5-Role-Tiny
|
|
DEPENDS+= p5-Class-Method-Modifiers-[0-9]*:../../devel/p5-Class-Method-Modifiers
|
|
|
|
PERL5_PACKLIST= auto/Alien/Role/Alt/.packlist
|
|
|
|
.include "../../lang/perl5/module.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|