diff options
author | Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2021-06-25 13:38:09 +0000 |
---|---|---|
committer | Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2021-06-25 13:38:09 +0000 |
commit | e7bc7fae64db0013db189343f6f9c7f2f4ac5430 (patch) | |
tree | 29c370fd10aace9cb8e04e11aa66ed8db69bf162 /textproc/p5-Text-Delimited/Makefile | |
parent | 9e63cd5269c2b9fc41e784c504cff0597ce8f939 (diff) | |
download | ports-e7bc7fae64db0013db189343f6f9c7f2f4ac5430.tar.gz ports-e7bc7fae64db0013db189343f6f9c7f2f4ac5430.zip |
Diffstat (limited to 'textproc/p5-Text-Delimited/Makefile')
-rw-r--r-- | textproc/p5-Text-Delimited/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/textproc/p5-Text-Delimited/Makefile b/textproc/p5-Text-Delimited/Makefile index c8ab2b512c0f..41da6fbcb839 100644 --- a/textproc/p5-Text-Delimited/Makefile +++ b/textproc/p5-Text-Delimited/Makefile @@ -11,8 +11,11 @@ MAINTAINER= sunpoet@FreeBSD.org COMMENT= Module for parsing delimited text files LICENSE= ART20 +LICENSE_FILE= ${WRKSRC}/LICENSE -USE_PERL5= configure USES= perl5 +USE_PERL5= configure + +NO_ARCH= yes .include <bsd.port.mk> |