Sunpoet Po-Chuan Hsieh 724ba4b8b1 Fix *_DEPENDS
- Bump PORTREVISION for dependency change

SQL::Abstract::Test requires Test::Deep.
2017-01-08 20:43:34 +00:00

29 lines
644 B
Makefile

# Created by: Dominic Mitchell
# $FreeBSD$
PORTNAME= SQL-Abstract
PORTVERSION= 1.81
PORTREVISION= 3
CATEGORIES= databases perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= perl@FreeBSD.org
COMMENT= Perl extension to generate SQL from Perl data structures
LICENSE= ART10 GPLv1
LICENSE_COMB= dual
BUILD_DEPENDS= p5-Hash-Merge>=0.12:textproc/p5-Hash-Merge \
p5-Moo>=1.004002:devel/p5-Moo \
p5-Test-Deep>=0.101:devel/p5-Test-Deep
RUN_DEPENDS:= ${BUILD_DEPENDS}
TEST_DEPENDS= p5-Test-Exception>=0.31:devel/p5-Test-Exception \
p5-Test-Warn>=0:devel/p5-Test-Warn
NO_ARCH= yes
USES= perl5
USE_PERL5= configure
.include <bsd.port.mk>