22 lines
379 B
Makefile
22 lines
379 B
Makefile
# Created by: devin@spamcop.net
|
|
|
|
PORTNAME= Log-Agent-Logger
|
|
PORTVERSION= 0.201
|
|
CATEGORIES= devel perl5
|
|
MASTER_SITES= CPAN
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= perl@FreeBSD.org
|
|
COMMENT= Logging interface for Perl
|
|
|
|
LICENSE= ART20
|
|
|
|
BUILD_DEPENDS= ${RUN_DEPENDS}
|
|
RUN_DEPENDS= p5-Log-Agent>=0.208:devel/p5-Log-Agent
|
|
|
|
USES= perl5
|
|
USE_PERL5= configure
|
|
|
|
NO_ARCH= yes
|
|
|
|
.include <bsd.port.mk>
|