1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-22 08:58:47 +00:00
freebsd-ports/sysutils/p5-BSD-Sysctl/Makefile
Martin Wilke e00b32a806 - Correct depedency
PR:		ports/105193
Submitted by:	chinsan
Noticed by:     krismail
Approved by:	maintainer
2006-11-07 09:49:39 +00:00

29 lines
593 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.07
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.pre.mk>
.if ${PERL_LEVEL} < 500600
IGNORE= requires perl 5.6.0 or higher. Please install lang/perl5.8 and try again
.endif
.include <bsd.port.post.mk>