freebsd-ports/devel/p5-SVN-S4/Makefile
Mathieu Arnold 4e1b79a0a6 Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.
With hat:	portmgr
Sponsored by:	Absolight
2016-04-01 14:00:51 +00:00

25 lines
535 B
Makefile

# Created by: Sergey Skvortsov <skv@protey.ru>
# $FreeBSD$
PORTNAME= SVN-S4
PORTVERSION= 1.056
CATEGORIES= devel perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= gary@hayers.org
COMMENT= Wrapper for subversion program
LICENSE= ART20 LGPL3
LICENSE_COMB= dual
BUILD_DEPENDS= p5-subversion>=0:devel/p5-subversion
RUN_DEPENDS= p5-Config-Tiny>=0:devel/p5-Config-Tiny \
p5-IO-AIO>=0:devel/p5-IO-AIO \
p5-subversion>=0:devel/p5-subversion
USES= perl5
USE_PERL5= configure
INSTALL_TARGET= pure_install
.include <bsd.port.mk>