diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2014-05-02 09:41:54 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2014-05-02 09:41:54 +0000 |
commit | 2cc6c0fb8a57d9ff5303c611a8277557d369c4b2 (patch) | |
tree | 96a124d49f7cd29015b398f09412d224c0d2abcb /textproc | |
parent | 811b8b093f71de1147800effd174764a10d51bfc (diff) |
- Add LICENSE
- Pass maintainership to submitter
- While I'm here, remove leading indefinite article from COMMENT
PR: ports/189168
Submitted by: Muhammad Moinur Rahman <5u623l20@gmail.com>
Notes
Notes:
svn path=/head/; revision=352791
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/p5-Lingua-EN-Numbers-Easy/Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/textproc/p5-Lingua-EN-Numbers-Easy/Makefile b/textproc/p5-Lingua-EN-Numbers-Easy/Makefile index 422b5080a9be..1e2dd0c54bed 100644 --- a/textproc/p5-Lingua-EN-Numbers-Easy/Makefile +++ b/textproc/p5-Lingua-EN-Numbers-Easy/Makefile @@ -7,8 +7,10 @@ CATEGORIES= textproc perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- -MAINTAINER= ports@FreeBSD.org -COMMENT= A perl module providing hash access to Lingua::EN::Numbers objects +MAINTAINER= 5u623l20@gmail.com +COMMENT= Perl module providing hash access to Lingua::EN::Numbers objects + +LICENSE= MIT BUILD_DEPENDS= p5-Lingua-EN-Numbers>=1.01:${PORTSDIR}/textproc/p5-Lingua-EN-Numbers RUN_DEPENDS:= ${BUILD_DEPENDS} |