1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-28 05:29:48 +00:00
freebsd-ports/devel/p5-VCS-CVS/Makefile

25 lines
549 B
Makefile
Raw Normal View History

# 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
2003-02-21 11:23:04 +00:00
COMMENT= Perl module that provides a simple interface to CVS
BUILD_DEPENDS= ${SITE_PERL}/Test/Pod.pm:${PORTSDIR}/devel/p5-Test-Pod
PERL_MODBUILD= yes
MAN3= VCS::CVS.3
.include <bsd.port.mk>