freebsd-ports/devel/p5-Path-Tiny/Makefile
Sunpoet Po-Chuan Hsieh 87ba17bc1c - Update to 0.054
Changes:	http://search.cpan.org/dist/Path-Tiny/Changes
PR:		ports/189373
Submitted by:	sunpoet (myself)
Approved by:	maintainer (timeout, 14 days)
2014-05-19 18:44:46 +00:00

28 lines
612 B
Makefile

# Created by: Anton Berezin <tobez@FreeBSD.org>
# $FreeBSD$
PORTNAME= Path-Tiny
PORTVERSION= 0.054
CATEGORIES= devel perl5
MASTER_SITES= CPAN
MASTER_SITE_SUBDIR= CPAN:DAGOLDEN
PKGNAMEPREFIX= p5-
MAINTAINER= tobez@FreeBSD.org
COMMENT= File path utility
LICENSE= APACHE20
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>