mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-16 03:24:07 +00:00
49ad786c70
PR: ports/100343 Submitted by: Gea-Suan Lin <gslin_AT_gslin dot org>
29 lines
605 B
Makefile
29 lines
605 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.08
|
|
CATEGORIES= devel perl5
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
|
|
MASTER_SITE_SUBDIR= Config
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= perl@FreeBSD.org
|
|
COMMENT= Read/Write .ini style files with as little code as possible
|
|
|
|
PERL_CONFIGURE= yes
|
|
|
|
MAN3= Config::Tiny.3
|
|
|
|
.include <bsd.port.pre.mk>
|
|
|
|
.if ${PERL_LEVEL} < 500600
|
|
IGNORE= requires perl 5.6.0 or later. Install lang/perl5.8 and try again
|
|
.endif
|
|
|
|
.include <bsd.port.post.mk>
|