9dff352320
for where it resulted in a change in output from build-depends-list or run-depends-list. Approved by: portmgr (adamw)
27 lines
589 B
Makefile
27 lines
589 B
Makefile
# Created by: aaron@FreeBSD.org
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= Log-Message
|
|
PORTVERSION= 0.08
|
|
PORTREVISION= 1
|
|
CATEGORIES= devel perl5
|
|
MASTER_SITES= CPAN
|
|
MASTER_SITE_SUBDIR= CPAN:BINGOS
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= perl@FreeBSD.org
|
|
COMMENT= Powerful and flexible message logging mechanism
|
|
|
|
LICENSE= ART10 GPLv1+
|
|
LICENSE_COMB= dual
|
|
|
|
BUILD_DEPENDS= ${RUN_DEPENDS}
|
|
RUN_DEPENDS= p5-Params-Check>=0:devel/p5-Params-Check \
|
|
p5-Module-Load>=0:devel/p5-Module-Load \
|
|
p5-Locale-Maketext-Simple>=0:devel/p5-Locale-Maketext-Simple
|
|
|
|
USES= perl5
|
|
USE_PERL5= configure
|
|
NO_ARCH= yes
|
|
|
|
.include <bsd.port.mk>
|