freebsd-ports/databases/p5-Dancer2-Plugin-DBIC/Makefile
Sunpoet Po-Chuan Hsieh a87f73baf8 - Update to 0.0011
- While I'm here, sort PLIST

Changes:	http://search.cpan.org/dist/Dancer2-Plugin-DBIC/CHANGES
PR:		205730
Submitted by:	Henk van Oers <hvo.pm@xs4all.nl> (maintainer)
2015-12-30 14:35:02 +00:00

27 lines
727 B
Makefile

# Created by: <hvo.pm@xs4all.nl>
# $FreeBSD$
PORTNAME= Dancer2-Plugin-DBIC
PORTVERSION= 0.0011
CATEGORIES= databases perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= hvo.pm@xs4all.nl
COMMENT= DBIx::Class interface for Dancer2 applications
LICENSE= ART10 GPLv1
LICENSE_COMB= dual
BUILD_DEPENDS= p5-DBIx-Class>=0:${PORTSDIR}/databases/p5-DBIx-Class\
p5-DBIx-Class-Schema-Loader>=0.07002:${PORTSDIR}/databases/p5-DBIx-Class-Schema-Loader\
p5-DBICx-Sugar>=0:${PORTSDIR}/databases/p5-DBICx-Sugar\
p5-Dancer2>=0.153002:${PORTSDIR}/www/p5-Dancer2
RUN_DEPENDS:= ${BUILD_DEPENDS}
TEST_DEPENDS= p5-DBD-SQLite>=0:${PORTSDIR}/databases/p5-DBD-SQLite
NO_ARCH= yes
USES= perl5
USE_PERL5= configure
.include <bsd.port.mk>