diff options
Diffstat (limited to 'textproc/p5-Parse-Syslog/Makefile')
-rw-r--r-- | textproc/p5-Parse-Syslog/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/textproc/p5-Parse-Syslog/Makefile b/textproc/p5-Parse-Syslog/Makefile index 3a90c78942ef..8f49358fa7d3 100644 --- a/textproc/p5-Parse-Syslog/Makefile +++ b/textproc/p5-Parse-Syslog/Makefile @@ -6,7 +6,7 @@ # PORTNAME= Parse-Syslog -PORTVERSION= 1.03 +PORTVERSION= 1.05 CATEGORIES= textproc perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= Parse @@ -15,6 +15,9 @@ PKGNAMEPREFIX= p5- MAINTAINER= erwin@FreeBSD.org COMMENT= Perl5 routines that present a simple interface to parse syslog files +BUILD_DEPENDS= ${SITE_PERL}/IO/Scalar.pm:${PORTSDIR}/devel/p5-IO-stringy +RUN_DEPENDS= ${BUILD_DEPENDS} + PERL_CONFIGURE= yes MAN3= Parse::Syslog.3 |