0bc576596e
Update to supporty the latest bool type. Approved by: david@landgren.net (maintainer timeout, ~2 years) Obtained From: Netflix PR: 227910 Differential Revision: https://reviews.freebsd.org/D25434
21 lines
362 B
Makefile
21 lines
362 B
Makefile
# Created by: chinsan <chinsan.tw@gmail.com>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= BSD-Sysctl
|
|
PORTVERSION= 0.11
|
|
PORTREVISION= 4
|
|
CATEGORIES= sysutils perl5
|
|
MASTER_SITES= CPAN
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= david@landgren.net
|
|
COMMENT= Fetch sysctl values from BSD-like systems
|
|
|
|
LICENSE= ART10 GPLv1+
|
|
LICENSE_COMB= dual
|
|
|
|
USES= perl5
|
|
USE_PERL5= configure
|
|
|
|
.include <bsd.port.mk>
|