- Add LICENSE
- Pass maintainership to submitter - While I'm here: - Sort *_DEPENDS - Remove Author line PR: ports/189606 Submitted by: Muhammad Moinur Rahman <5u623l20@gmail.com>
This commit is contained in:
parent
398ca11577
commit
9e15035c0f
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=355236
2 changed files with 6 additions and 5 deletions
|
@ -9,12 +9,14 @@ MASTER_SITES= CPAN
|
|||
MASTER_SITE_SUBDIR= Config
|
||||
PKGNAMEPREFIX= p5-
|
||||
|
||||
MAINTAINER= ports@FreeBSD.org
|
||||
MAINTAINER= 5u623l20@gmail.com
|
||||
COMMENT= Perl module for reading and writing configuration data
|
||||
|
||||
BUILD_DEPENDS= p5-Log-Trace>0:${PORTSDIR}/devel/p5-Log-Trace \
|
||||
p5-Any-Template>0:${PORTSDIR}/www/p5-Any-Template \
|
||||
p5-File-Policy>0:${PORTSDIR}/devel/p5-File-Policy
|
||||
LICENSE= GPLv2
|
||||
|
||||
BUILD_DEPENDS= p5-Any-Template>0:${PORTSDIR}/www/p5-Any-Template \
|
||||
p5-File-Policy>0:${PORTSDIR}/devel/p5-File-Policy \
|
||||
p5-Log-Trace>0:${PORTSDIR}/devel/p5-Log-Trace
|
||||
RUN_DEPENDS:= ${RUN_DEPENDS}
|
||||
TEST_DEPENDS= p5-Test-Assertions>0:${PORTSDIR}/devel/p5-Test-Assertions
|
||||
|
||||
|
|
|
@ -8,5 +8,4 @@ unprintable or problematic characters, sensible whitespace
|
|||
handling, support for Unicode data, nested sections, or blocks,
|
||||
of configuration data.
|
||||
|
||||
Author: British Broadcasting Corporation
|
||||
WWW: http://search.cpan.org/dist/Config-Wrest/
|
||||
|
|
Loading…
Reference in a new issue