opnsense-ports/devel/p5-Unix-Statgrab/Makefile
Franco Fichtner d543c3ab93 */*: sync with upstream
Taken from: FreeBSD
2016-04-02 16:03:17 +02:00

20 lines
465 B
Makefile

# Created by: Tim Bishop <tim@bishnet.net>
# $FreeBSD$
PORTNAME= Unix-Statgrab
PORTVERSION= 0.104
PORTREVISION= 2
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.19:devel/p5-Config-AutoConf
LIB_DEPENDS= libstatgrab.so:devel/libstatgrab
USES= perl5 pkgconfig
USE_PERL5= configure modbuild
.include <bsd.port.mk>