freebsd-ports/devel/p5-VCS-CVS/Makefile

23 lines
461 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.00
CATEGORIES= devel perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= VCS
PKGNAMEPREFIX= p5-
EXTRACT_SUFX= .tgz
MAINTAINER= tolid@plab.ku.dk
2003-02-21 12:23:04 +01:00
COMMENT= Perl module that provides a simple interface to CVS
PERL_CONFIGURE= yes
MAN3= VCS::CVS.3
.include <bsd.port.mk>