freebsd-ports/devel/p5-Config-Tiny/Makefile

26 lines
560 B
Makefile
Raw Normal View History

# New ports collection makefile for: Config-Tiny
# Date created: 11 December 2002
# Whom: Sergey Skvortsov <skv@protey.ru>
#
# $FreeBSD$
#
PORTNAME= Config-Tiny
2003-05-21 17:18:23 +02:00
PORTVERSION= 1.0
CATEGORIES= devel perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= Config
PKGNAMEPREFIX= p5-
2003-05-21 17:18:23 +02:00
DISTNAME= ${PORTNAME}-1
MAINTAINER= skv@FreeBSD.org
COMMENT= Read/Write .ini style files with as little code as possible
2003-05-21 17:18:23 +02:00
BUILD_DEPENDS= ${SITE_PERL}/Test/More.pm:${PORTSDIR}/devel/p5-Test-Simple
PERL_CONFIGURE= yes
MAN3= Config::Tiny.3
.include <bsd.port.mk>