aboutsummaryrefslogtreecommitdiffstats
path: root/devel/p5-Log-Minimal/Makefile
blob: 3bc78fb6260face4092bac7683868431f02f4d26 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
# New ports collection makefile for:    p5-Log-Minimal
# Date created:             18 Oct 2011
# Whom:                 Cheng-Lung Sung <clsung@FreeBSD.org>
#
# $FreeBSD$
#

PORTNAME=   Log-Minimal
PORTVERSION=    0.09
CATEGORIES= devel perl5
MASTER_SITES=   CPAN
PKGNAMEPREFIX=  p5-

MAINTAINER= perl@FreeBSD.org
COMMENT=    Minimal but customizable logger

LICENSE=    ART10 GPLv1
LICENSE_COMB=   dual

MAN3=   Log::Minimal.3

PERL_CONFIGURE= yes

.include <bsd.port.mk>