18 lines
345 B
Makefile
18 lines
345 B
Makefile
# Created by: Jesse McConnell <jesse@gallup.com>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= Log-Agent
|
|
PORTVERSION= 1.000
|
|
CATEGORIES= devel perl5
|
|
MASTER_SITES= CPAN
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= perl@FreeBSD.org
|
|
COMMENT= Set of Perl modules that allows you to enhance logging capabilities
|
|
|
|
LICENSE= ART20
|
|
|
|
USES= perl5
|
|
USE_PERL5= configure
|
|
|
|
.include <bsd.port.mk>
|