freebsd-ports/databases/p5-Class-Inflate/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

22 lines
519 B
Makefile

# Created by: Gea-Suan Lin <gslin@gslin.org>
# $FreeBSD$
PORTNAME= Class-Inflate
PORTVERSION= 0.07
PORTREVISION= 1
CATEGORIES= databases perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= perl@FreeBSD.org
COMMENT= Inflate HASH Object from Values in Database
RUN_DEPENDS= p5-Devel-Messenger>=0:devel/p5-Devel-Messenger
BUILD_DEPENDS:= ${RUN_DEPENDS}
BUILD_DEPENDS+= p5-DBD-SQLite>=0:databases/p5-DBD-SQLite \
p5-Test-Debugger>=0:devel/p5-Test-Debugger
USES= perl5
USE_PERL5= modbuild
.include <bsd.port.mk>