469ab7f8ac
- Bump revision on dependent ports to chase shlib bump.
20 lines
489 B
Makefile
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>
|