mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-06 06:30:19 +00:00
4e1b79a0a6
With hat: portmgr Sponsored by: Absolight
22 lines
460 B
Makefile
22 lines
460 B
Makefile
# Created by: Anatoliy Dmytriyev <tolid@plab.ku.dk>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= VCS-CVS
|
|
PORTVERSION= 2.06
|
|
PORTREVISION= 1
|
|
CATEGORIES= devel perl5
|
|
MASTER_SITES= http://savage.net.au/Perl-modules/ \
|
|
http://tolid.eu.org/VCSCVS/
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= perl@FreeBSD.org
|
|
COMMENT= Perl module that provides a simple interface to CVS
|
|
|
|
BUILD_DEPENDS= p5-Test-Pod>=0:devel/p5-Test-Pod
|
|
|
|
USES= perl5 tar:tgz
|
|
USE_PERL5= modbuild
|
|
NO_ARCH= yes
|
|
|
|
.include <bsd.port.mk>
|