freebsd-ports/devel/p5-Perl-osnames/Makefile
Sunpoet Po-Chuan Hsieh 450601603b - Add p5-Perl-osnames 0.11
Perl::osnames contains $data which lists possible values of $^O along with
description for each. It also provides some helper functions.

WWW: http://search.cpan.org/dist/Perl-osnames/
2015-01-04 12:02:46 +00:00

19 lines
372 B
Makefile

# Created by: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
# $FreeBSD$
PORTNAME= Perl-osnames
PORTVERSION= 0.11
CATEGORIES= devel perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= List possible $$^O ($$OSNAME) values, with description
LICENSE= ART10 GPLv1
LICENSE_COMB= dual
USE_PERL5= configure
USES= perl5
.include <bsd.port.mk>