blob: 03ae2423f4fff5f0df66a3ec4c5178fd21bf922b (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
# 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
USES= perl5
USE_PERL5= configure
MAN3= BSD::Sysctl.3
.include <bsd.port.mk>
|