268d1ea5fd
PR: ports/142671 Submitted by: myself (pgollucci@) Approved by: maintainer timeout (david@landgren.net; > 2 weeks)
22 lines
400 B
Makefile
22 lines
400 B
Makefile
# New ports collection makefile for: sysutils/p5-BSD-Sysctl
|
|
# Date created: 2006/09/05
|
|
# Whom: 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
|
|
|
|
PERL_CONFIGURE= yes
|
|
|
|
MAN3= BSD::Sysctl.3
|
|
|
|
.include <bsd.port.mk>
|