freebsd-ports/devel/p5-SVN-S4/Makefile
Philip M. Gollucci 61bcae45bc - Chase devel/apr -> devel/apr1 shuffling
PR:             ports/146553
Submitted by:   myself (pgollucci@)
With Hat:       apache@
2010-05-18 04:08:05 +00:00

30 lines
794 B
Makefile

# New ports collection makefile for: SVN-S4
# Date created: 16 January 2008
# Whom: Sergey Skvortsov <skv@protey.ru>
#
# $FreeBSD$
#
PORTNAME= SVN-S4
PORTVERSION= 1.033
PORTREVISION= 2
CATEGORIES= devel perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= ports@FreeBSD.org
COMMENT= Wrapper for subversion program
BUILD_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/SVN/Client.pm:${PORTSDIR}/devel/p5-subversion \
${SITE_PERL}/${PERL_ARCH}/IO/AIO.pm:${PORTSDIR}/devel/p5-IO-AIO
RUN_DEPENDS= ${BUILD_DEPENDS}
PERL_CONFIGURE= yes
MAN1= s4.1
MAN3= SVN::S4.3 SVN::S4::FixProp.3 SVN::S4::Getopt.3 \
SVN::S4::Info.3 SVN::S4::Path.3 SVN::S4::QuickCommit.3 \
SVN::S4::Snapshot.3 SVN::S4::StrongRevert.3 SVN::S4::Update.3 \
SVN::S4::ViewSpec.3 SVN::S4::CatOrMods.3
.include <bsd.port.mk>