summaryrefslogtreecommitdiff
path: root/devel/p5-GTop/Makefile
diff options
context:
space:
mode:
authorMathieu Arnold <mat@FreeBSD.org>2003-10-13 15:29:08 +0000
committerMathieu Arnold <mat@FreeBSD.org>2003-10-13 15:29:08 +0000
commit45c7229878f4270327eb3a14b9c8950b530f96e8 (patch)
tree87928d0dab34b0969b702ef96ce5b0e88ba7f7ec /devel/p5-GTop/Makefile
parentAdd p5-Net-SFTP 0.05, (diff)
Add p5-GTop 0.11, a Perl interface to libgtop.
PR: 57922 Submitted by: Trevor Cornpropst <tcornpropst@cox.net>
Diffstat (limited to 'devel/p5-GTop/Makefile')
-rw-r--r--devel/p5-GTop/Makefile24
1 files changed, 24 insertions, 0 deletions
diff --git a/devel/p5-GTop/Makefile b/devel/p5-GTop/Makefile
new file mode 100644
index 000000000000..58052d548752
--- /dev/null
+++ b/devel/p5-GTop/Makefile
@@ -0,0 +1,24 @@
+# New ports collection makefile for: GTop
+# Date Created: 08 Oct 2003
+# Whom: Trevor Cornpropst <tcornpropst@cox.net>
+#
+# $FreeBSD$
+#
+
+PORTNAME= GTop
+PORTVERSION= 0.11
+CATEGORIES= devel perl5
+MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
+MASTER_SITE_SUBDIR=GTop
+PKGNAMEPREFIX= p5-
+
+MAINTAINER= tcornpropst@cox.net
+COMMENT= A Perl interface to libgtop
+
+LIB_DEPENDS= gtop.1:${PORTSDIR}/devel/libgtop
+
+PERL_CONFIGURE= YES
+
+MAN3= GTop.3
+
+.include <bsd.port.mk>