freebsd-ports/devel/p5-Path-IsDev/Makefile
Jun Kuriyama 7a60244ef6 This module is more or less a bunch of heuristics for determining if a
given path is a development tree root of some kind.

This has many useful applications, notably ones that require
behaviours for "installed" modules to be different to those that are
still "in development"

WWW: http://search.cpan.org/dist/Path-IsDev/
2013-11-02 09:41:06 +00:00

24 lines
631 B
Makefile

# $FreeBSD$
PORTNAME= Path-IsDev
PORTVERSION= 1.000000
CATEGORIES= devel perl5
MASTER_SITES= CPAN
MASTER_SITE_SUBDIR= CPAN:KENTNL
PKGNAMEPREFIX= p5-
MAINTAINER= kuriyama@FreeBSD.org
COMMENT= Perl extension to determine if path resembles dev source tree
RUN_DEPENDS= \
p5-Class-Tiny>=0.010:${PORTSDIR}/devel/p5-Class-Tiny \
p5-File-HomeDir>0:${PORTSDIR}/devel/p5-File-HomeDir \
p5-Module-Runtime>0:${PORTSDIR}/devel/p5-Module-Runtime \
p5-Role-Tiny>0:${PORTSDIR}/devel/p5-Role-Tiny \
p5-Sub-Exporter>0:${PORTSDIR}/devel/p5-Sub-Exporter
BUILD_DEPENDS= ${RUN_DEPENDS}
USES= perl5
USE_PERL5= modbuild
.include <bsd.port.mk>