1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-15 07:56:36 +00:00
freebsd-ports/devel/p5-Log-Simple/Makefile
Cheng-Lung Sung 0279ec105d Add p5-Log-Simple 1.8, basic runtime logger.
PR:		ports/100537
Submitted by:	Gea-Suan Lin <gslin at gslin.org>
2006-07-19 15:35:30 +00:00

23 lines
407 B
Makefile

# New ports collection makefile for: p5-Log-Simple
# Date created: 2006-07-19
# Whom: Gea-Suan Lin <gslin@gslin.org>
#
# $FreeBSD$
#
PORTNAME= Log-Simple
PORTVERSION= 1.8
CATEGORIES= devel perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= Log
PKGNAMEPREFIX= p5-
MAINTAINER= gslin@gslin.org
COMMENT= Basic runtime logger
PERL_CONFIGURE= yes
MAN3= Log::Simple.3
.include <bsd.port.mk>