1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-31 05:41:08 +00:00
freebsd-ports/devel/p5-perlbrew/Makefile
Philippe Audeoud cbb2f1f8f2 - Update to 0.58
- Submitter is now maintainer

PR:		ports/174799
Submitted by:	Po-Chien Lin <linpc@cs.nctu.edu.tw>
2013-01-03 14:57:13 +00:00

41 lines
1.2 KiB
Makefile

# Created by: ports@c0decafe.net
# $FreeBSD$
PORTNAME= perlbrew
PORTVERSION= 0.58
CATEGORIES= devel perl5
MASTER_SITES= CPAN
MASTER_SITE_SUBDIR= CPAN:GUGOD
PKGNAMEPREFIX= p5-
DISTNAME= App-${PORTNAME}-${PORTVERSION}
MAINTAINER= linpc@cs.nctu.edu.tw
COMMENT= Perl Environment manager
BUILD_DEPENDS= p5-CPAN-Perl-Releases>=0:${PORTSDIR}/devel/p5-CPAN-Perl-Releases \
p5-Capture-Tiny>=0:${PORTSDIR}/devel/p5-Capture-Tiny \
p5-Devel-PatchPerl>=0:${PORTSDIR}/devel/p5-Devel-PatchPerl \
p5-File-Path-Tiny>=0.1:${PORTSDIR}/devel/p5-File-Path-Tiny \
p5-Path-Class>=0:${PORTSDIR}/devel/p5-Path-Class \
p5-Text-Levenshtein>=0.04:${PORTSDIR}/devel/p5-Text-Levenshtein \
p5-local-lib>=1:${PORTSDIR}/devel/p5-local-lib
RUN_DEPENDS:= ${BUILD_DEPENDS}
TEST_DEPENDS= p5-IO-All>=0:${PORTSDIR}/devel/p5-IO-All \
p5-Path-Class>=0:${PORTSDIR}/devel/p5-Path-Class \
p5-Test-Exception>=0:${PORTSDIR}/devel/p5-Test-Exception \
p5-Test-Output>=0:${PORTSDIR}/devel/p5-Test-Output \
p5-Test-Spec>=0:${PORTSDIR}/devel/p5-Test-Spec
PERL_CONFIGURE= yes
MAN1= perlbrew.1
MAN3= App::perlbrew.3
.include <bsd.port.pre.mk>
.if ${PERL_LEVEL} < 501400
TEST_DEPENDS+= p5-Test-Simple>=0.98:${PORTSDIR}/devel/p5-Test-Simple
.endif
.include <bsd.port.post.mk>