Update misc/parley to version 20.08.1
[dports.git] / misc / cpuid / Makefile
1 # Created by: ijliao
2 # $FreeBSD$
3
4 PORTNAME=       cpuid
5 PORTVERSION=    3.3
6 PORTREVISION=   7
7 CATEGORIES=     misc
8 MASTER_SITES=   http://www.ka9q.net/code/cpuid/
9
10 MAINTAINER=     ports@FreeBSD.org
11 COMMENT=        CPU identification utility
12
13 USES=           uidfix
14 MAKEFILE=       ${FILESDIR}/Makefile.bsd
15 PLIST_FILES=    bin/cpuid
16 ONLY_FOR_ARCHS= i386 amd64
17
18 .include <bsd.port.mk>