freebsd-ports/databases/p5-POE-Component-EasyDBI/Makefile
Mathieu Arnold 4e1b79a0a6 Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.
With hat:	portmgr
Sponsored by:	Absolight
2016-04-01 14:00:51 +00:00

26 lines
615 B
Makefile

# Created by: Zach Thompson <lin-chi@lastamericanempire.com>
# $FreeBSD$
PORTNAME= POE-Component-EasyDBI
PORTVERSION= 1.28
CATEGORIES= databases perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= perl@FreeBSD.org
COMMENT= POE Component for simplified DBI usage
LICENSE= ART10 GPLv1
LICENSE_COMB= dual
BUILD_DEPENDS= p5-DBI>=1.38:databases/p5-DBI \
p5-POE>=0.3101:devel/p5-POE \
p5-Params-Util>=0:devel/p5-Params-Util \
p5-Try-Tiny>=0:lang/p5-Try-Tiny
RUN_DEPENDS:= ${BUILD_DEPENDS}
TEST_DEPENDS= p5-Test-Requires>=0.08:devel/p5-Test-Requires
USES= perl5
USE_PERL5= modbuild
.include <bsd.port.mk>