freebsd-ports/www/p5-Catalyst-Plugin-Log-Handler/Makefile
Mathieu Arnold 72ea7e696b Remove ${PORTSDIR}/ from dependencies, categories v, w, x, y, and z.
With hat:	portmgr
Sponsored by:	Absolight
2016-04-01 14:33:55 +00:00

21 lines
439 B
Makefile

# $FreeBSD$
PORTNAME= Catalyst-Plugin-Log-Handler
PORTVERSION= 0.08
PORTREVISION= 1
CATEGORIES= www perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= perl@FreeBSD.org
COMMENT= Catalyst log handler
BUILD_DEPENDS= p5-Class-Accessor>=0:devel/p5-Class-Accessor \
p5-Log-Handler>=0:devel/p5-Log-Handler \
p5-MRO-Compat>=0:devel/p5-MRO-Compat
RUN_DEPENDS:= ${BUILD_DEPENDS}
USES= perl5
USE_PERL5= modbuild
.include <bsd.port.mk>