freebsd-ports/sysutils/i2c-tools/Makefile
Andrej Zverev 312fd92cc3 - convert to the new perl5 framework
Submitted by:	portmgr (bapt@, blanket)
2013-09-07 07:11:48 +00:00

26 lines
527 B
Makefile

# New ports collection makefile for: i2c-tools
# Date created: 2012-04-18
# Whom: Andriy Gapon <avg@icyb.net.ua>
#
# $FreeBSD$
#
PORTNAME= i2c-tools
PORTVERSION= 3.1.0
CATEGORIES= sysutils
MASTER_SITES= http://dl.lm-sensors.org/i2c-tools/releases/
MAINTAINER= avg@icyb.net.ua
COMMENT= A heterogeneous set of I2C tools
USE_BZIP2= yes
NO_BUILD= yes
USES= perl5
USE_PERL5= run
PLIST_FILES= sbin/decode-dimms
do-install:
${INSTALL_SCRIPT} ${WRKSRC}/eeprom/decode-dimms ${PREFIX}/sbin/decode-dimms
.include <bsd.port.mk>