1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-18 08:02:48 +00:00
freebsd-ports/devel/p5-VCS-CVS/Makefile
Andrej Zverev e13515f304 - Remove SITE_PERL from *_DEPENDS
Approved by: portmgr@ (bapt@)
2012-06-30 14:07:27 +00:00

25 lines
539 B
Makefile

# New ports collection makefile for: p5-VCS-CVS
# Date created: 15 May 2001
# Whom: Anatoliy Dmytriyev <tolid@plab.ku.dk>
#
# $FreeBSD$
#
PORTNAME= VCS-CVS
PORTVERSION= 2.06
CATEGORIES= devel perl5
MASTER_SITES= http://savage.net.au/Perl-modules/ \
http://tolid.eu.org/VCSCVS/
PKGNAMEPREFIX= p5-
EXTRACT_SUFX= .tgz
MAINTAINER= tolid@plab.ku.dk
COMMENT= Perl module that provides a simple interface to CVS
BUILD_DEPENDS= p5-Test-Pod>=0:${PORTSDIR}/devel/p5-Test-Pod
PERL_MODBUILD= yes
MAN3= VCS::CVS.3
.include <bsd.port.mk>