diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2019-03-28 17:33:44 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2019-03-28 17:33:44 +0000 |
commit | 556eb6736e53070642a81adb57c0742c8be53c0b (patch) | |
tree | 5dd67e0b3afdc049116272309a90b915a2c0a44d | |
parent | Update to 0.93 (diff) |
Add LICENSE_FILE
- Add NO_ARCH
Notes
Notes:
svn path=/head/; revision=497044
-rw-r--r-- | devel/p5-File-chdir/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/devel/p5-File-chdir/Makefile b/devel/p5-File-chdir/Makefile index edae8498c81b..9a12bc039149 100644 --- a/devel/p5-File-chdir/Makefile +++ b/devel/p5-File-chdir/Makefile @@ -12,8 +12,11 @@ COMMENT= More sensible way to change directories LICENSE= ART10 GPLv1+ LICENSE_COMB= dual +LICENSE_FILE= ${WRKSRC}/LICENSE USES= perl5 USE_PERL5= configure +NO_ARCH= yes + .include <bsd.port.mk> |