1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-21 04:06:46 +00:00
freebsd-ports/databases/p5-DBICx-TxnInsert/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

25 lines
584 B
Makefile

# Created by: Andrey Kostenko <andrey@kostenko.name>
# $FreeBSD$
PORTNAME= DBICx-TxnInsert
PORTVERSION= 0.02
PORTREVISION= 2
CATEGORIES= databases perl5
MASTER_SITES= CPAN
MASTER_SITE_SUBDIR= CPAN:VOVKASM
PKGNAMEPREFIX= p5-
MAINTAINER= perl@FreeBSD.org
COMMENT= Wrap all inserts into transaction
BUILD_DEPENDS= p5-DBIx-Class>=0:databases/p5-DBIx-Class \
p5-DBD-Mock>=0:databases/p5-DBD-Mock
RUN_DEPENDS:= ${BUILD_DEPENDS}
TEST_DEPENDS= p5-Test-Compile>=0.08:devel/p5-Test-Compile \
p5-Test-Pod>=1.22:devel/p5-Test-Pod
USES= perl5
USE_PERL5= configure
.include <bsd.port.mk>