freebsd-ports/sysutils/p5-BSD-Sysctl/Makefile
Frederic Culot 17e838ca5e - Update to 0.11 [1]
- Add LICENSE (Artistic 1 & GPL 1)

PR:		ports/185988 [1]
Submitted by: 	David Landgren <david@landgren.net> (maintainer)
2014-01-23 19:49:36 +00:00

19 lines
345 B
Makefile

# Created by: chinsan <chinsan.tw@gmail.com>
# $FreeBSD$
PORTNAME= BSD-Sysctl
PORTVERSION= 0.11
CATEGORIES= sysutils perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= david@landgren.net
COMMENT= Fetch sysctl values from BSD-like systems
LICENSE= ART10 GPLv1
LICENSE_COMB= dual
USES= perl5
USE_PERL5= configure
.include <bsd.port.mk>