mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-26 05:02:18 +00:00
Update to 0.990118
While here, clean up port, sort plist, and improve COMMENT. This PR has sat for over 3 months with no response. I'm assuming that kuriyama has abandoned this port, so I'm changing the maintainer to perl@. Changes: https://metacpan.org/source/VTI/Text-Haml-0.990118/Changes
This commit is contained in:
parent
f2f4b53396
commit
8b558d652a
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=463018
@ -1,20 +1,22 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= Text-Haml
|
||||
PORTVERSION= 0.990116
|
||||
PORTREVISION= 1
|
||||
PORTVERSION= 0.990118
|
||||
CATEGORIES= textproc perl5
|
||||
MASTER_SITES= CPAN
|
||||
PKGNAMEPREFIX= p5-
|
||||
|
||||
MAINTAINER= kuriyama@FreeBSD.org
|
||||
COMMENT= Perl extension for Haml parser
|
||||
MAINTAINER= perl@FreeBSD.org
|
||||
COMMENT= Haml-parsing Perl extension
|
||||
|
||||
RUN_DEPENDS= p5-URI>0:net/p5-URI
|
||||
BUILD_DEPENDS= ${RUN_DEPENDS}
|
||||
LICENSE= ART20
|
||||
|
||||
USES= perl5
|
||||
USE_PERL5= modbuild
|
||||
NO_ARCH= YES
|
||||
BUILD_DEPENDS= p5-URI>0:net/p5-URI
|
||||
RUN_DEPENDS= ${BUILD_DEPENDS}
|
||||
TEST_DEPENDS= p5-Data-Section-Simple>=0:devel/p5-Data-Section-Simple
|
||||
|
||||
USES= perl5
|
||||
USE_PERL5= modbuildtiny
|
||||
NO_ARCH= yes
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1,2 +1,3 @@
|
||||
SHA256 (Text-Haml-0.990116.tar.gz) = ac1123b09ce7b5a52ef28ac74d1cf63757abd234bbb0b40f902b0ba7f9bc9cfe
|
||||
SIZE (Text-Haml-0.990116.tar.gz) = 29111
|
||||
TIMESTAMP = 1510881529
|
||||
SHA256 (Text-Haml-0.990118.tar.gz) = a7a87333f8d8fb08670acb51b495893c83b28b8e010e3bdce50fe9231f4438ea
|
||||
SIZE (Text-Haml-0.990118.tar.gz) = 30602
|
||||
|
@ -6,4 +6,4 @@ Text::Haml passes specification tests written by Norman Clarke
|
||||
https://github.com/norman/haml-spec and supports only cross-language
|
||||
Haml features. Do not expect Ruby specific things to work.
|
||||
|
||||
WWW: http://search.cpan.org/dist/Text-Haml/
|
||||
WWW: https://metacpan.org/release/Text-Haml
|
||||
|
@ -1,2 +1,2 @@
|
||||
%%PERL5_MAN3%%/Text::Haml.3.gz
|
||||
%%SITE_PERL%%/Text/Haml.pm
|
||||
%%PERL5_MAN3%%/Text::Haml.3.gz
|
||||
|
Loading…
Reference in New Issue
Block a user