freebsd-ports/devel/p5-Unix-Statgrab/Makefile
Tim Bishop 469ab7f8ac - Update libstatgrab to 0.91.
- Bump revision on dependent ports to chase shlib bump.
2014-07-11 21:50:50 +00:00

20 lines
489 B
Makefile

# Created by: Tim Bishop <tim@bishnet.net>
# $FreeBSD$
PORTNAME= Unix-Statgrab
PORTVERSION= 0.104
PORTREVISION= 1
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>