mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-28 05:29:48 +00:00
45c7229878
PR: 57922 Submitted by: Trevor Cornpropst <tcornpropst@cox.net>
25 lines
458 B
Makefile
25 lines
458 B
Makefile
# 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>
|