freebsd-ports/devel/p5-Unix-Statgrab/Makefile
Marcelo Araujo 4aaab89f57 - Take advantage of CPAN macro from bsd.sites.mk, change ${MASTER_SITE_PERL_CPAN} to CPAN.
PR:		ports/122674
Submitted by:	Philip M. Gollucci <pgollucci@p6m7g8.com>
Reworked by:	araujo (myself)
Approved by:	portmgr (pav)
2008-04-17 14:30:31 +00:00

28 lines
613 B
Makefile

# New ports collection makefile for: p5-Unix-Statgrab
# Date created: June 20th, 2004
# Whom: Tim Bishop <tim@bishnet.net>
#
# $FreeBSD$
#
PORTNAME= Unix-Statgrab
PORTVERSION= 0.04
PORTREVISION= 1
CATEGORIES= devel perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= tdb@FreeBSD.org
COMMENT= Perl extension for collecting information about the machine
LIB_DEPENDS= statgrab.8:${PORTSDIR}/devel/libstatgrab
USE_GNOME= pkgconfig
PERL_CONFIGURE= yes
CONFIGURE_ARGS+= INC="`pkg-config libstatgrab --cflags`" \
LIBS="`pkg-config libstatgrab --libs`"
MAN3= Unix::Statgrab.3
.include <bsd.port.mk>