summaryrefslogtreecommitdiff
path: root/devel/p5-P4
diff options
context:
space:
mode:
authorAnton Berezin <tobez@FreeBSD.org>2003-09-02 09:23:44 +0000
committerAnton Berezin <tobez@FreeBSD.org>2003-09-02 09:23:44 +0000
commitf675647968634b3116a562bc27b8e13f7687a857 (patch)
treef6c39b7902b6fa87f9bca4b122520206f1590ab7 /devel/p5-P4
parentAdd p5-UNIVERSAL-moniker 0.03, moniker for classes. (diff)
Add p5-P4, Perl friendly OO interface to the Perforce SCM System.
Notes
Notes: svn path=/head/; revision=88335
Diffstat (limited to 'devel/p5-P4')
-rw-r--r--devel/p5-P4/Makefile25
-rw-r--r--devel/p5-P4/distinfo1
-rw-r--r--devel/p5-P4/pkg-descr8
-rw-r--r--devel/p5-P4/pkg-plist6
4 files changed, 40 insertions, 0 deletions
diff --git a/devel/p5-P4/Makefile b/devel/p5-P4/Makefile
new file mode 100644
index 000000000000..72e62e179ad0
--- /dev/null
+++ b/devel/p5-P4/Makefile
@@ -0,0 +1,25 @@
+# New ports collection makefile for: devel/p5-P4
+# Date created: 02 Sep 2003
+# Whom: Anton Berezin <tobez@FreeBSD.org>
+#
+# $FreeBSD$
+#
+
+PORTNAME= P4
+PORTVERSION= 1.2587
+CATEGORIES= devel perl5
+MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
+MASTER_SITE_SUBDIR= P4
+PKGNAMEPREFIX= p5-
+
+MAINTAINER= tobez@FreeBSD.org
+COMMENT= P4 - Perl friendly OO interface to the Perforce SCM System
+
+BUILD_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/P4/UI.pm:${PORTSDIR}/devel/p5-P4-Client
+RUN_DEPENDS= ${BUILD_DEPENDS}
+
+PERL_CONFIGURE= yes
+
+MAN3= P4.3
+
+.include <bsd.port.mk>
diff --git a/devel/p5-P4/distinfo b/devel/p5-P4/distinfo
new file mode 100644
index 000000000000..42b24f4b506a
--- /dev/null
+++ b/devel/p5-P4/distinfo
@@ -0,0 +1 @@
+MD5 (P4-1.2587.tar.gz) = 95b92a770ed4d0eaca821d628bdb4a72
diff --git a/devel/p5-P4/pkg-descr b/devel/p5-P4/pkg-descr
new file mode 100644
index 000000000000..dda45b63d3c5
--- /dev/null
+++ b/devel/p5-P4/pkg-descr
@@ -0,0 +1,8 @@
+This module provides an easy to use and very powerful interface to the
+Perforce SCM system. It's based on the P4::Client module which binds the
+Perforce C++ API into Perl space, but is still very close to the C++
+API. P4 is much more perl like.
+
+WWW: http://public.perforce.com//guest/tony_smith/perforce/API/Perl/index.html
+
+\Anton
diff --git a/devel/p5-P4/pkg-plist b/devel/p5-P4/pkg-plist
new file mode 100644
index 000000000000..a72c5db6222c
--- /dev/null
+++ b/devel/p5-P4/pkg-plist
@@ -0,0 +1,6 @@
+%%SITE_PERL%%/P4.pm
+%%SITE_PERL%%/auto/P4/autosplit.ix
+%%SITE_PERL%%/example.pl
+%%SITE_PERL%%/%%PERL_ARCH%%/auto/P4/.packlist
+@unexec rmdir %%SITE_PERL%%/%%PERL_ARCH%%/auto/P4 2>/dev/null || true
+@unexec rmdir %%SITE_PERL%%/auto/P4 2>/dev/null || true