80456553fa
Upstream changes: 0.001002 May 27, 2015 - Fix typos in comments and POD (RT#87140)
18 lines
573 B
Makefile
18 lines
573 B
Makefile
# $NetBSD: Makefile,v 1.9 2015/07/31 23:54:50 wen Exp $
|
|
|
|
DISTNAME= DBIx-Class-IntrospectableM2M-0.001002
|
|
PKGNAME= p5-${DISTNAME}
|
|
CATEGORIES= databases perl5
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=DBIx/}
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://search.cpan.org/perldoc?DBIx::Class::IntrospectableM2M
|
|
COMMENT= Introspect many-to-many shortcuts
|
|
|
|
USE_LANGUAGES= # empty
|
|
PERL5_PACKLIST= auto/DBIx/Class/IntrospectableM2M/.packlist
|
|
|
|
DEPENDS+= p5-DBIx-Class>=0.07005:../../databases/p5-DBIx-Class
|
|
|
|
.include "../../lang/perl5/module.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|