18 lines
429 B
Makefile
18 lines
429 B
Makefile
# Created by: Tim Bishop <tim@bishnet.net>
|
|
|
|
PORTNAME= Unix-Statgrab
|
|
PORTVERSION= 0.112
|
|
CATEGORIES= devel perl5
|
|
MASTER_SITES= CPAN
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= tdb@FreeBSD.org
|
|
COMMENT= Perl extension for collecting information about the machine
|
|
|
|
BUILD_DEPENDS= p5-Config-AutoConf>=0.317:devel/p5-Config-AutoConf
|
|
LIB_DEPENDS= libstatgrab.so:devel/libstatgrab
|
|
|
|
USES= perl5 pkgconfig
|
|
USE_PERL5= configure
|
|
|
|
.include <bsd.port.mk>
|