mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-28 05:29:48 +00:00
- Update to 2.06 [1]
- Trim Makefile's header [1] - Pass maintainership to submitter [1] - Add LICENSE (Artistic 1 & GPL 1) - Add minimum version number for dependencies - Remove dependency on Exporter::Lite (only Exporter is required and is in base) Changes: http://search.cpan.org/dist/HTML-FromText/Changes PR: ports/180270 [1] Submitted by: Danilo Egea Gondolfo <danilogondolfo@gmail.com>
This commit is contained in:
parent
90f252fa41
commit
b9177a3ed6
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=322525
@ -1,23 +1,20 @@
|
||||
# New ports collection makefile for: HTML::FromText
|
||||
# Date created: 04 November 2002
|
||||
# Whom: Seamus Venasse <svenasse@polaris.ca>
|
||||
#
|
||||
# Created by: Seamus Venasse <svenasse@polaris.ca>
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= HTML-FromText
|
||||
PORTVERSION= 2.05
|
||||
PORTREVISION= 1
|
||||
PORTVERSION= 2.06
|
||||
CATEGORIES= www perl5
|
||||
MASTER_SITES= CPAN
|
||||
PKGNAMEPREFIX= p5-
|
||||
|
||||
MAINTAINER= ports@FreeBSD.org
|
||||
MAINTAINER= danilogondolfo@gmail.com
|
||||
COMMENT= Mark up text as HTML
|
||||
|
||||
BUILD_DEPENDS= p5-Email-Find>=0:${PORTSDIR}/mail/p5-Email-Find \
|
||||
p5-Exporter-Lite>=0:${PORTSDIR}/devel/p5-Exporter-Lite \
|
||||
p5-HTML-Parser>=0:${PORTSDIR}/www/p5-HTML-Parser
|
||||
LICENSE= ART10 GPLv1
|
||||
LICENSE_COMB= dual
|
||||
|
||||
BUILD_DEPENDS= p5-Email-Find>=0.09:${PORTSDIR}/mail/p5-Email-Find \
|
||||
p5-HTML-Parser>=1.26:${PORTSDIR}/www/p5-HTML-Parser
|
||||
RUN_DEPENDS:= ${BUILD_DEPENDS}
|
||||
|
||||
PERL_CONFIGURE= yes
|
||||
|
@ -1,2 +1,2 @@
|
||||
SHA256 (HTML-FromText-2.05.tar.gz) = 6510e5c817aae9c1414e418fa853daa7f9835736df60a658db6fd1c65ad0a15e
|
||||
SIZE (HTML-FromText-2.05.tar.gz) = 13875
|
||||
SHA256 (HTML-FromText-2.06.tar.gz) = 9721d18a2f9bef1a848712d61260728225784e5c76987a5e90e15bfa754191f9
|
||||
SIZE (HTML-FromText-2.06.tar.gz) = 23572
|
||||
|
Loading…
Reference in New Issue
Block a user