freebsd-ports/devel/p5-Cvs/Makefile

24 lines
548 B
Makefile
Raw Normal View History

# Created by: Philip Drapeau <pdrapeau@advanis.ca>
# $FreeBSD$
2013-10-28 14:46:25 +01:00
PORTNAME= Cvs
PORTVERSION= 0.07
PORTREVISION= 1
2013-10-28 14:46:25 +01:00
CATEGORIES= devel perl5
MASTER_SITES= CPAN
MASTER_SITE_SUBDIR= CPAN:RSOLIV
2013-10-28 14:46:25 +01:00
PKGNAMEPREFIX= p5-
2013-10-28 14:46:25 +01:00
MAINTAINER= perl@FreeBSD.org
COMMENT= Cvs - Object oriented interface to the CVS command
RUN_DEPENDS= p5-IO-Tty>=0:${PORTSDIR}/devel/p5-IO-Tty \
p5-Class-Accessor>=0:${PORTSDIR}/devel/p5-Class-Accessor \
p5-IPC-Run>=0:${PORTSDIR}/devel/p5-IPC-Run
BUILD_DEPENDS= ${RUN_DEPENDS}
USES= perl5
USE_PERL5= configure
.include <bsd.port.mk>