pkgsrc-wip/p5-Dancer-Plugin-Database/Makefile
Aleksej Saushev 5ca27b2c39 Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.
Mark packages that don't or might probably not have staged installation.
2012-10-04 10:45:25 +00:00

21 lines
635 B
Makefile

# $NetBSD: Makefile,v 1.2 2012/10/04 10:45:25 asau Exp $
#
DISTNAME= Dancer-Plugin-Database-1.40
PKGNAME= p5-${DISTNAME}
CATEGORIES= databases perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=../../authors/id/B/BI/BIGPRESH/}
MAINTAINER= ficovh@gmail.com
HOMEPAGE= http://github.com/bigpresh/Dancer-Plugin-Database
COMMENT= Easy database connections for Dancer applications
LICENSE= ${PERL5_LICENSE}
DEPENDS+= p5-DBI>=0:../../databases/p5-DBI
DEPENDS+= p5-Dancer>=1.175:../../wip/p5-Dancer
PERL5_PACKLIST= auto/Dancer/Plugin/Database/.packlist
USE_LANGUAGES= # none
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"