2008-11-21 04:04:34 +01:00
|
|
|
# New ports collection makefile for: devel/p5-Git-PurePerl
|
|
|
|
# Date created: Nov 21 2008
|
|
|
|
# Whom: Cheng-Lung Sung <clsung@FreeBSD.org>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= Git-PurePerl
|
2009-06-01 17:29:14 +02:00
|
|
|
PORTVERSION= 0.41
|
2010-09-21 09:56:43 +02:00
|
|
|
PORTREVISION= 1
|
2008-11-21 04:04:34 +01:00
|
|
|
CATEGORIES= devel perl5
|
|
|
|
MASTER_SITES= CPAN
|
|
|
|
MASTER_SITE_SUBDIR= ../../authors/id/L/LB/LBROCARD
|
|
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
|
|
|
|
MAINTAINER= clsung@FreeBSD.org
|
|
|
|
COMMENT= A Pure Perl interface to Git repositories
|
|
|
|
|
|
|
|
RUN_DEPENDS= p5-Archive-Extract>=0:${PORTSDIR}/archivers/p5-Archive-Extract \
|
2009-02-24 03:18:18 +01:00
|
|
|
p5-Data-Stream-Bulk>=0:${PORTSDIR}/devel/p5-Data-Stream-Bulk \
|
2008-11-21 04:04:34 +01:00
|
|
|
p5-Moose>=0:${PORTSDIR}/devel/p5-Moose \
|
|
|
|
p5-MooseX-StrictConstructor>=0:${PORTSDIR}/devel/p5-MooseX-StrictConstructor \
|
|
|
|
p5-MooseX-Types-Path-Class>=0:${PORTSDIR}/devel/p5-MooseX-Types-Path-Class
|
|
|
|
BUILD_DEPENDS= ${RUN_DEPENDS}
|
|
|
|
|
|
|
|
PERL_CONFIGURE= yes
|
|
|
|
|
|
|
|
MAN3= Git::PurePerl.3
|
|
|
|
|
2010-09-21 09:56:43 +02:00
|
|
|
.include <bsd.port.pre.mk>
|
|
|
|
|
|
|
|
.if ${PERL_LEVEL} < 500903
|
|
|
|
RUN_DEPENDS+= p5-IO-Compress>=2.017:${PORTSDIR}/archivers/p5-IO-Compress
|
|
|
|
BUILD_DEPENDS+= p5-IO-Compress>=2.017:${PORTSDIR}/archivers/p5-IO-Compress
|
|
|
|
.endif
|
|
|
|
|
|
|
|
.include <bsd.port.post.mk>
|