diff options
-rw-r--r-- | textproc/p5-Text-Table/Makefile | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/textproc/p5-Text-Table/Makefile b/textproc/p5-Text-Table/Makefile index 24d7eb15699c..916a6bb30d21 100644 --- a/textproc/p5-Text-Table/Makefile +++ b/textproc/p5-Text-Table/Makefile @@ -7,17 +7,18 @@ CATEGORIES= textproc perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- -MAINTAINER= perl@FreeBSD.org +MAINTAINER= sunpoet@FreeBSD.org COMMENT= Organize Data in Tables LICENSE= ISCL LICENSE_FILE= ${WRKSRC}/LICENSE -BUILD_DEPENDS= p5-Text-Aligner>=0:textproc/p5-Text-Aligner -RUN_DEPENDS:= ${BUILD_DEPENDS} +BUILD_DEPENDS= ${RUN_DEPENDS} +RUN_DEPENDS= p5-Text-Aligner>=0:textproc/p5-Text-Aligner -NO_ARCH= yes USES= perl5 USE_PERL5= configure +NO_ARCH= yes + .include <bsd.port.mk> |