a288d48de7
- Pet portlint(1) PR: ports/161336 Submitted by: Simon Olofsson <simon@olofsson.de>
24 lines
457 B
Makefile
24 lines
457 B
Makefile
# New ports collection makefile for: Config-Tiny
|
|
# Date created: 11 December 2002
|
|
# Whom: Sergey Skvortsov <skv@protey.ru>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= Config-Tiny
|
|
PORTVERSION= 2.14
|
|
CATEGORIES= devel perl5
|
|
MASTER_SITES= CPAN
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= perl@FreeBSD.org
|
|
COMMENT= Read/Write .ini style files with as little code as possible
|
|
|
|
LICENSE= ART10 GPLv1
|
|
LICENSE_COMB= dual
|
|
|
|
PERL_CONFIGURE= yes
|
|
|
|
MAN3= Config::Tiny.3
|
|
|
|
.include <bsd.port.mk>
|