diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2014-05-25 20:39:04 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2014-05-25 20:39:04 +0800 |
commit | 1257c8135826fa7ded04e6b8eacbc9050bcc704d (patch) | |
tree | 72972a9ebc1a31ba4e6f4c05f43d9ee4ac003094 /devel | |
parent | 389d143ac6c4ba1fcbb64b066ccd701c2c31e33e (diff) | |
download | freebsd-ports-gnome-1257c8135826fa7ded04e6b8eacbc9050bcc704d.tar.gz freebsd-ports-gnome-1257c8135826fa7ded04e6b8eacbc9050bcc704d.tar.zst freebsd-ports-gnome-1257c8135826fa7ded04e6b8eacbc9050bcc704d.zip |
- Add LICENSE
- Pass maintainership to submitter
PR: ports/189555
Submitted by: Muhammad Moinur Rahman <5u623l20@gmail.com>
Diffstat (limited to 'devel')
-rw-r--r-- | devel/p5-Parse-ExuberantCTags/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/devel/p5-Parse-ExuberantCTags/Makefile b/devel/p5-Parse-ExuberantCTags/Makefile index ca62efeaca27..ef36a4399263 100644 --- a/devel/p5-Parse-ExuberantCTags/Makefile +++ b/devel/p5-Parse-ExuberantCTags/Makefile @@ -7,9 +7,12 @@ CATEGORIES= devel perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- -MAINTAINER= ports@FreeBSD.org +MAINTAINER= 5u623l20@gmail.com COMMENT= Perl module to efficiently parse exuberant ctags files +LICENSE= ART10 GPLv1 +LICENSE_COMB= dual + USES= perl5 USE_PERL5= configure |