2006-09-05 20:39:30 +02:00
|
|
|
# New ports collection makefile for: sysutils/p5-BSD-Sysctl
|
|
|
|
# Date created: 2006/09/05
|
|
|
|
# Whom: chinsan <chinsan.tw@gmail.com>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= BSD-Sysctl
|
2010-01-31 02:06:20 +01:00
|
|
|
PORTVERSION= 0.10
|
2006-09-05 20:39:30 +02:00
|
|
|
CATEGORIES= sysutils perl5
|
2008-04-17 16:30:31 +02:00
|
|
|
MASTER_SITES= CPAN
|
2006-09-05 20:39:30 +02:00
|
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
|
2006-10-31 05:42:48 +01:00
|
|
|
MAINTAINER= david@landgren.net
|
2006-09-05 20:39:30 +02:00
|
|
|
COMMENT= Fetch sysctl values from BSD-like systems
|
|
|
|
|
|
|
|
PERL_CONFIGURE= yes
|
|
|
|
|
|
|
|
MAN3= BSD::Sysctl.3
|
|
|
|
|
2009-09-16 09:09:52 +02:00
|
|
|
.include <bsd.port.mk>
|