From 4f7fcd1bccb37848f412426a0b168f0845ac7d68 Mon Sep 17 00:00:00 2001 From: Sergey Skvortsov Date: Tue, 10 Aug 2004 19:01:26 +0000 Subject: Unbreak build of p5-[Pp]od* PR: ports/70185 Submitted by: Yen-Ming Lee --- textproc/p5-Pod-Constants/Makefile | 14 +++++--------- 1 file changed, 5 insertions(+), 9 deletions(-) (limited to 'textproc/p5-Pod-Constants') diff --git a/textproc/p5-Pod-Constants/Makefile b/textproc/p5-Pod-Constants/Makefile index 131c67581f23..795683ef71c2 100644 --- a/textproc/p5-Pod-Constants/Makefile +++ b/textproc/p5-Pod-Constants/Makefile @@ -7,7 +7,7 @@ PORTNAME= Pod-Constants PORTVERSION= 0.15 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= textproc perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= ../../authors/id/S/SA/SAMV @@ -16,15 +16,11 @@ PKGNAMEPREFIX= p5- MAINTAINER= skv@FreeBSD.org COMMENT= Include constants from POD +BUILD_DEPENDS= ${SITE_PERL}/Pod/Parser.pm:${PORTSDIR}/textproc/p5-PodParser +RUN_DEPENDS= ${BUILD_DEPENDS} + PERL_CONFIGURE= yes MAN3= Pod::Constants.3 -.include - -.if ${PERL_LEVEL} < 500601 -BUILD_DEPENDS+= ${SITE_PERL}/Pod/Usage.pm:${PORTSDIR}/textproc/p5-PodParser -RUN_DEPENDS+= ${BUILD_DEPENDS} -.endif - -.include +.include -- cgit v1.2.3