1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-13 03:03:15 +00:00
freebsd-ports/devel/p5-SVN-S4/Makefile
Martin Wilke babb84c067 - Update to 1.034
- Add LICENSE

PR:		149413
Submitted by:	Frederic Culot <frederic@culot.org>
2010-08-09 05:07:25 +00:00

33 lines
819 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.034
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}
LICENSE_COMB= dual
LICENSE= ART20 LGPL3
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>