mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-21 00:25:50 +00:00
- Add LICENSE
- Pass maintainership to submitter - While I'm here: - Sort *_DEPENDS - Remove Author line PR: ports/189148 Submitted by: Muhammad Moinur Rahman <5u623l20@gmail.com>
This commit is contained in:
parent
2a88b26413
commit
4bd184b846
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=352728
@ -7,12 +7,15 @@ CATEGORIES= textproc perl5
|
||||
MASTER_SITES= CPAN
|
||||
PKGNAMEPREFIX= p5-
|
||||
|
||||
MAINTAINER= ports@FreeBSD.org
|
||||
MAINTAINER= 5u623l20@gmail.com
|
||||
COMMENT= Apply a chain of filters to text
|
||||
|
||||
BUILD_DEPENDS= p5-URI-Find>=0:${PORTSDIR}/textproc/p5-URI-Find \
|
||||
p5-Template-Toolkit>=0:${PORTSDIR}/www/p5-Template-Toolkit \
|
||||
p5-UNIVERSAL-require>=0:${PORTSDIR}/devel/p5-UNIVERSAL-require
|
||||
LICENSE= ART10 GPLv1
|
||||
LICENSE_COMB= dual
|
||||
|
||||
BUILD_DEPENDS= p5-Template-Toolkit>=0:${PORTSDIR}/www/p5-Template-Toolkit \
|
||||
p5-UNIVERSAL-require>=0:${PORTSDIR}/devel/p5-UNIVERSAL-require \
|
||||
p5-URI-Find>=0:${PORTSDIR}/textproc/p5-URI-Find
|
||||
RUN_DEPENDS:= ${BUILD_DEPENDS}
|
||||
|
||||
USES= perl5
|
||||
|
@ -3,7 +3,4 @@ formats by applying a chain of filters. For instance, you might apply a
|
||||
filter which will cause URIs in text to be presented as links if the text
|
||||
is exported as HTML.
|
||||
|
||||
Author: Simon Cozens
|
||||
Tony Bowden <bug-Text-Decorator@rt.cpan.org>
|
||||
|
||||
WWW: http://search.cpan.org/dist/Text-Decorator/
|
||||
|
Loading…
Reference in New Issue
Block a user