blob: 599382c83005c104d779ad59c38a725aaf831087 (
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.08
CATEGORIES= sysutils perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= BSD
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>
|