freebsd-ports/devel/p5-Sys-Info/Makefile
Sunpoet Po-Chuan Hsieh 9dd8518366 - Add LICENSE
- Update *_DEPENDS
2014-04-29 21:11:28 +00:00

26 lines
738 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
LICENSE= ART10 GPLv1
LICENSE_COMB= dual
BUILD_DEPENDS= p5-Sys-Info-Base>=0.7800:${PORTSDIR}/devel/p5-Sys-Info-Base \
p5-Sys-Info-Driver-BSD>=0.7800:${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>