freebsd-ports/sysutils/p5-BSD-Sysctl/Makefile
Warner Losh 0bc576596e Update to run on most recent -current
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
2020-06-24 23:59:50 +00:00

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>