2004-06-23 09:26:11 +02:00
|
|
|
# New ports collection makefile for: p5-Unix-Statgrab
|
|
|
|
# Date created: June 20th, 2004
|
|
|
|
# Whom: Tim Bishop <tim@bishnet.net>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= Unix-Statgrab
|
2005-10-07 09:23:28 +02:00
|
|
|
PORTVERSION= 0.04
|
2006-03-20 11:18:18 +01:00
|
|
|
PORTREVISION= 1
|
2004-06-23 09:26:11 +02:00
|
|
|
CATEGORIES= devel perl5
|
2008-04-17 16:30:31 +02:00
|
|
|
MASTER_SITES= CPAN
|
2004-06-23 09:26:11 +02:00
|
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
|
2005-12-01 17:50:07 +01:00
|
|
|
MAINTAINER= tdb@FreeBSD.org
|
2004-06-23 09:26:11 +02:00
|
|
|
COMMENT= Perl extension for collecting information about the machine
|
|
|
|
|
2006-03-20 11:18:18 +01:00
|
|
|
LIB_DEPENDS= statgrab.8:${PORTSDIR}/devel/libstatgrab
|
2004-06-23 09:26:11 +02:00
|
|
|
|
|
|
|
USE_GNOME= pkgconfig
|
|
|
|
|
|
|
|
PERL_CONFIGURE= yes
|
|
|
|
CONFIGURE_ARGS+= INC="`pkg-config libstatgrab --cflags`" \
|
|
|
|
LIBS="`pkg-config libstatgrab --libs`"
|
|
|
|
|
|
|
|
MAN3= Unix::Statgrab.3
|
|
|
|
|
2007-09-08 03:12:10 +02:00
|
|
|
.include <bsd.port.mk>
|