freebsd-ports/devel/p5-Unix-Statgrab/Makefile
Tim Bishop f0ca1183ba - Update to 0.104 (compatible with libstatgrab 0.90)
- This version handles pkg-config lookups internally
2014-05-12 20:05:10 +00:00

19 lines
473 B
Makefile

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