2013-08-02 20:52:07 +02:00
|
|
|
# Created by: Philip Drapeau <pdrapeau@advanis.ca>
|
2007-09-07 05:39:40 +02:00
|
|
|
# $FreeBSD$
|
|
|
|
|
2013-10-28 14:46:25 +01:00
|
|
|
PORTNAME= Cvs
|
|
|
|
PORTVERSION= 0.07
|
- Remove unneeded dependencies which is in perl-5.8.9 dist from ports
maintained by (perl|ports|kuriyama)@FreeBSD.org.
- Targets are: Test::Simple, Digest::MD5, Locale-Maketext,
ExtUtils::MakeMaker, ExtUtils::ParseXS, File::Temp, Getopt::Long,
Encode, Digest, Pod::Parser, File::Spec.
2010-01-16 15:45:49 +01:00
|
|
|
PORTREVISION= 1
|
2013-10-28 14:46:25 +01:00
|
|
|
CATEGORIES= devel perl5
|
|
|
|
MASTER_SITES= CPAN
|
2011-06-20 10:37:15 +02:00
|
|
|
MASTER_SITE_SUBDIR= CPAN:RSOLIV
|
2013-10-28 14:46:25 +01:00
|
|
|
PKGNAMEPREFIX= p5-
|
2007-09-07 05:39:40 +02:00
|
|
|
|
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}
|
2007-09-07 05:39:40 +02:00
|
|
|
|
2013-08-02 20:52:07 +02:00
|
|
|
USES= perl5
|
|
|
|
USE_PERL5= configure
|
2007-09-07 05:39:40 +02:00
|
|
|
|
2009-07-22 18:27:08 +02:00
|
|
|
.include <bsd.port.mk>
|