diff options
author | Will Andrews <will@FreeBSD.org> | 2001-06-11 03:38:56 +0000 |
---|---|---|
committer | Will Andrews <will@FreeBSD.org> | 2001-06-11 03:38:56 +0000 |
commit | 895df8b76666efd6822b2510f423491d8de4a95b (patch) | |
tree | 360987d109e0b1931ab21486549bf63d79bf0442 /devel | |
parent | 7797d305bf51263dd6a222ad9c17808b0e1e2b80 (diff) | |
download | ports-895df8b76666efd6822b2510f423491d8de4a95b.tar.gz ports-895df8b76666efd6822b2510f423491d8de4a95b.zip |
Notes
Diffstat (limited to 'devel')
-rw-r--r-- | devel/Makefile | 1 | ||||
-rw-r--r-- | devel/p5-VCS-CVS/Makefile | 22 | ||||
-rw-r--r-- | devel/p5-VCS-CVS/distinfo | 1 | ||||
-rw-r--r-- | devel/p5-VCS-CVS/pkg-comment | 1 | ||||
-rw-r--r-- | devel/p5-VCS-CVS/pkg-descr | 4 | ||||
-rw-r--r-- | devel/p5-VCS-CVS/pkg-plist | 5 |
6 files changed, 34 insertions, 0 deletions
diff --git a/devel/Makefile b/devel/Makefile index 8b05dd6b3011..22604cb0bce0 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -372,6 +372,7 @@ SUBDIR += p5-Time-Period SUBDIR += p5-TimeDate SUBDIR += p5-TraceFuncs + SUBDIR += p5-VCS-CVS SUBDIR += patch SUBDIR += pccts SUBDIR += pcl-cvs-emacs diff --git a/devel/p5-VCS-CVS/Makefile b/devel/p5-VCS-CVS/Makefile new file mode 100644 index 000000000000..7785faca6f50 --- /dev/null +++ b/devel/p5-VCS-CVS/Makefile @@ -0,0 +1,22 @@ +# 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 + +PERL_CONFIGURE= yes +MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION} +MAN3= VCS::CVS.3 + +.include <bsd.port.mk> diff --git a/devel/p5-VCS-CVS/distinfo b/devel/p5-VCS-CVS/distinfo new file mode 100644 index 000000000000..fbb26ac7db0d --- /dev/null +++ b/devel/p5-VCS-CVS/distinfo @@ -0,0 +1 @@ +MD5 (VCS-CVS-2.00.tgz) = 0fa2f2453d278ed892334c45e2efccf2 diff --git a/devel/p5-VCS-CVS/pkg-comment b/devel/p5-VCS-CVS/pkg-comment new file mode 100644 index 000000000000..81266a1205f3 --- /dev/null +++ b/devel/p5-VCS-CVS/pkg-comment @@ -0,0 +1 @@ +Perl module that provides a simple interface to CVS diff --git a/devel/p5-VCS-CVS/pkg-descr b/devel/p5-VCS-CVS/pkg-descr new file mode 100644 index 000000000000..7141a8f8f66f --- /dev/null +++ b/devel/p5-VCS-CVS/pkg-descr @@ -0,0 +1,4 @@ +The VCS::CVS module provides a simple interface to CVS. + +VCS - Version Control System - is the prefix given to each +Perl module which deals with some sort of source code control system. diff --git a/devel/p5-VCS-CVS/pkg-plist b/devel/p5-VCS-CVS/pkg-plist new file mode 100644 index 000000000000..b45c78b5be0a --- /dev/null +++ b/devel/p5-VCS-CVS/pkg-plist @@ -0,0 +1,5 @@ +lib/perl5/site_perl/%%PERL_VER%%/VCS/CVS.pm +lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/VCS/CVS/.packlist +@dirrm lib/perl5/site_perl/%%PERL_VER%%/VCS +@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/VCS/CVS +@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/VCS |