blob: 5f53a59a87c5707803399337e06b7aad7e5a9588 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
# New ports collection makefile for: Config-Tiny
# Date created: 11 December 2002
# Whom: Sergey Skvortsov <skv@protey.ru>
#
# $FreeBSD$
#
PORTNAME= Config-Tiny
PORTVERSION= 2.12
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.mk>
|