19 lines
340 B
Makefile
19 lines
340 B
Makefile
# Created by: chinsan <chinsan.tw@gmail.com>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= BSD-Sysctl
|
|
PORTVERSION= 0.10
|
|
CATEGORIES= sysutils perl5
|
|
MASTER_SITES= CPAN
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= david@landgren.net
|
|
COMMENT= Fetch sysctl values from BSD-like systems
|
|
|
|
USES= perl5
|
|
USE_PERL5= configure
|
|
|
|
MAN3= BSD::Sysctl.3
|
|
|
|
NO_STAGE= yes
|
|
.include <bsd.port.mk>
|