17e838ca5e
- Add LICENSE (Artistic 1 & GPL 1) PR: ports/185988 [1] Submitted by: David Landgren <david@landgren.net> (maintainer)
19 lines
345 B
Makefile
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>
|