1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-27 00:57:50 +00:00
freebsd-ports/devel/p5-Path-Tiny/Makefile
Sunpoet Po-Chuan Hsieh 9ca46cefc0 - Update to 0.047
- Cleanup TEST_DEPENDS

Changes:	http://search.cpan.org/dist/Path-Tiny/Changes
PR:		ports/184386
Submitted by:	sunpoet (myself)
Approved by:	maintainer (timeout, 18 days)
2013-12-19 07:23:37 +00:00

29 lines
607 B
Makefile

# Created by: Anton Berezin <tobez@FreeBSD.org>
# $FreeBSD$
PORTNAME= Path-Tiny
PORTVERSION= 0.047
CATEGORIES= devel perl5
MASTER_SITES= CPAN
MASTER_SITE_SUBDIR= CPAN:DAGOLDEN
PKGNAMEPREFIX= p5-
MAINTAINER= tobez@FreeBSD.org
COMMENT= File path utility
LICENSE= AL2
TEST_DEPENDS= p5-Test-FailWarnings>=0:${PORTSDIR}/devel/p5-Test-FailWarnings
USES= perl5
USE_PERL5= configure
.include <bsd.port.pre.mk>
.if ${PERL_LEVEL} < 501800
BUILD_DEPENDS+= p5-PathTools>=3.4000:${PORTSDIR}/devel/p5-PathTools
RUN_DEPENDS+= p5-PathTools>=3.4000:${PORTSDIR}/devel/p5-PathTools
.endif
.include <bsd.port.post.mk>