freebsd-ports/devel/p5-Sys-Info/Makefile
Sunpoet Po-Chuan Hsieh 49f70f8cb3 - Support STAGEDIR
2013-09-30 20:25:25 +00:00

23 lines
713 B
Makefile

# Created by: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
# $FreeBSD$
PORTNAME= Sys-Info
PORTVERSION= 0.78
CATEGORIES= devel sysutils perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Fetch information from the host system
BUILD_DEPENDS= p5-Sys-Info-Base>=${PORTVERSION}:${PORTSDIR}/devel/p5-Sys-Info-Base \
p5-Sys-Info-Driver-BSD>=${PORTVERSION}:${PORTSDIR}/devel/p5-Sys-Info-Driver-BSD
RUN_DEPENDS:= ${BUILD_DEPENDS}
TEST_DEPENDS= p5-Sys-Info-Driver-BSD>=0.20:${PORTSDIR}/devel/p5-Test-Sys-Info \
p5-Test-Pod>=0:${PORTSDIR}/devel/p5-Test-Pod \
p5-Test-Pod-Coverage>=0:${PORTSDIR}/devel/p5-Test-Pod-Coverage
USE_PERL5= configure
USES= perl5
.include <bsd.port.mk>