2006-08-03 08:16:03 +02:00
|
|
|
# New ports collection makefile for: p5-SVN-Agent
|
|
|
|
# Date created: 2006-07-12
|
|
|
|
# Whom: Yuan-Chung Hsiao <ychsiao@ychsiao.org>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= SVN-Agent
|
2009-12-24 07:25:33 +01:00
|
|
|
PORTVERSION= 0.04
|
2010-05-18 06:08:05 +02:00
|
|
|
PORTREVISION= 2
|
2006-08-03 08:16:03 +02:00
|
|
|
CATEGORIES= devel perl5
|
2008-04-17 16:30:31 +02:00
|
|
|
MASTER_SITES= CPAN
|
2006-08-03 08:16:03 +02:00
|
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
|
|
|
|
MAINTAINER= ychsiao@ychsiao.org
|
|
|
|
COMMENT= Simple svn manipulation
|
|
|
|
|
2012-06-30 16:07:27 +02:00
|
|
|
BUILD_DEPENDS= p5-subversion>=0:${PORTSDIR}/devel/p5-subversion \
|
2006-08-03 08:16:03 +02:00
|
|
|
p5-Class-Accessor>=0:${PORTSDIR}/devel/p5-Class-Accessor \
|
|
|
|
p5-File-Slurp>=0:${PORTSDIR}/devel/p5-File-Slurp
|
2012-01-21 18:40:15 +01:00
|
|
|
RUN_DEPENDS:= ${BUILD_DEPENDS}
|
2006-08-03 08:16:03 +02:00
|
|
|
|
2011-09-17 08:49:29 +02:00
|
|
|
PERL_CONFIGURE= yes
|
2006-08-03 08:16:03 +02:00
|
|
|
|
|
|
|
MAN3= SVN::Agent.3
|
|
|
|
|
2007-09-08 03:12:10 +02:00
|
|
|
.include <bsd.port.mk>
|