mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-17 03:25:46 +00:00
72ef0a3466
Changes: http://search.cpan.org/src/ADAMK/Config-Tiny-2.02/Changes PR: ports/86722 Submitted by: ehaupt
25 lines
537 B
Makefile
25 lines
537 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.02
|
|
CATEGORIES= devel perl5
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
|
|
MASTER_SITE_SUBDIR= Config
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= skv@FreeBSD.org
|
|
COMMENT= Read/Write .ini style files with as little code as possible
|
|
|
|
BUILD_DEPENDS= ${SITE_PERL}/Test/More.pm:${PORTSDIR}/devel/p5-Test-Simple
|
|
|
|
PERL_CONFIGURE= yes
|
|
|
|
MAN3= Config::Tiny.3
|
|
|
|
.include <bsd.port.mk>
|