freebsd-ports/databases/p5-DBIx-Skinny-Schema-Loader/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

24 lines
595 B
Makefile

# $FreeBSD$
PORTNAME= DBIx-Skinny-Schema-Loader
PORTVERSION= 0.25
PORTREVISION= 1
CATEGORIES= databases perl5
MASTER_SITES= CPAN
MASTER_SITE_SUBDIR= CPAN:NEKOYA
PKGNAMEPREFIX= p5-
MAINTAINER= kuriyama@FreeBSD.org
COMMENT= Perl extension to load schema for DBIx::Skinny
RUN_DEPENDS= \
p5-DBIx-Skinny>=0.0733:databases/p5-DBIx-Skinny
BUILD_DEPENDS:= ${RUN_DEPENDS}
TEST_DEPENDS= p5-Test-Exception>=0:devel/p5-Test-Exception \
p5-DBD-SQLite>=0:databases/p5-DBD-SQLite \
p5-Class-Data-Inheritable>=0:devel/p5-Class-Data-Inheritable
USES= perl5
USE_PERL5= configure
.include <bsd.port.mk>