freebsd-ports/sysutils/p5-Linux-Cpuinfo/Makefile
Muhammad Moinur Rahman 8156f95da5 sysutils/p5-Linux-Cpuinfo: Update version 1.9=>1.12
- Mark with NO_ARCH as there is no ARCH dependent files
2015-06-08 19:05:20 +00:00

19 lines
315 B
Makefile

# $FreeBSD$
PORTNAME= Linux-Cpuinfo
PORTVERSION= 1.12
CATEGORIES= sysutils perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= bofh@FreeBSD.org
COMMENT= Object Oriented Interface to /proc/cpuinfo
LICENSE= ART10 GPLv1
LICENSE_COMB= dual
USES= perl5
USE_PERL5= configure
NO_ARCH= yes
.include <bsd.port.mk>