freebsd-ports/devel/p5-Log-Dispatch-File-Stamped/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

31 lines
786 B
Makefile

# Created by: Jui-Nan Lin <jnlin@freebsd.cs.nctu.edu.tw>
# $FreeBSD$
PORTNAME= Log-Dispatch-File-Stamped
PORTVERSION= 0.12
PORTREVISION= 2
CATEGORIES= devel perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= jnlin@freebsd.cs.nctu.edu.tw
COMMENT= Logging to date/time stamped files
LICENSE= ART10 GPLv1
LICENSE_COMB= dual
BUILD_DEPENDS= p5-Log-Dispatch>=2.38:devel/p5-Log-Dispatch \
p5-Params-Validate>0:devel/p5-Params-Validate \
p5-namespace-clean>0:devel/p5-namespace-clean
RUN_DEPENDS:= ${BUILD_DEPENDS}
TEST_DEPENDS= p5-Path-Tiny>0:devel/p5-Path-Tiny \
p5-Test-CheckDeps>=0.002:devel/p5-Test-CheckDeps \
p5-Test-Deep>0:devel/p5-Test-Deep \
p5-Test-TempDir-Tiny>0:devel/p5-Test-TempDir-Tiny
USES= perl5
USE_PERL5= configure
NO_ARCH= yes
.include <bsd.port.mk>