mirror of
https://git.freebsd.org/ports.git
synced 2025-05-25 15:36:35 -04:00
- updated port from 0.07 to 2.03
Approved by: maintainer, tobez
This commit is contained in:
parent
4bb3f0fecb
commit
c56948c748
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=147458
3 changed files with 10 additions and 5 deletions
|
@ -7,21 +7,23 @@
|
||||||
#
|
#
|
||||||
|
|
||||||
PORTNAME= Text-Textile
|
PORTNAME= Text-Textile
|
||||||
PORTVERSION= 0.7
|
PORTVERSION= 2.03
|
||||||
CATEGORIES= textproc perl5
|
CATEGORIES= textproc perl5
|
||||||
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
|
||||||
MASTER_SITE_SUBDIR= ../by-authors/id/T/TO/TOMI
|
MASTER_SITE_SUBDIR= Text
|
||||||
PKGNAMEPREFIX= p5-
|
PKGNAMEPREFIX= p5-
|
||||||
|
|
||||||
MAINTAINER= hcoyote@ghostar.org
|
MAINTAINER= hcoyote@ghostar.org
|
||||||
COMMENT= A perl-based implementation of the Textile syntax by Dean Allen
|
COMMENT= A perl-based implementation of the Textile syntax by Dean Allen
|
||||||
|
|
||||||
PERL_MODBUILD= yes
|
PERL_CONFIGURE= yes
|
||||||
|
|
||||||
MAN3= Text::Textile.3
|
MAN3= Text::Textile.3
|
||||||
|
|
||||||
.include <bsd.port.pre.mk>
|
.include <bsd.port.pre.mk>
|
||||||
|
|
||||||
.if ${PERL_LEVEL} < 500601
|
.if ${PERL_LEVEL} < 500601
|
||||||
IGNORE= requires Perl 5.6. Install lang/perl5 or lang/perl5.8, and try again
|
IGNORE= requires Perl 5.6. Install lang/perl5 or lang/perl5.8, and try again
|
||||||
.endif
|
.endif
|
||||||
|
|
||||||
.include <bsd.port.post.mk>
|
.include <bsd.port.post.mk>
|
||||||
|
|
|
@ -1,2 +1,2 @@
|
||||||
MD5 (Text-Textile-0.7.tar.gz) = 0e21473f76f019824185d4fe082597c1
|
MD5 (Text-Textile-2.03.tar.gz) = 227cc4c97850b4f8448fa2d73c9c328a
|
||||||
SIZE (Text-Textile-0.7.tar.gz) = 27355
|
SIZE (Text-Textile-2.03.tar.gz) = 31583
|
||||||
|
|
|
@ -1,2 +1,5 @@
|
||||||
%%SITE_PERL%%/Text/Textile.pm
|
%%SITE_PERL%%/Text/Textile.pm
|
||||||
|
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Text/Textile/.packlist
|
||||||
|
@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Text/Textile
|
||||||
|
@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/auto/Text 2>/dev/null || true
|
||||||
@unexec rmdir %D/%%SITE_PERL%%/Text 2>/dev/null || true
|
@unexec rmdir %D/%%SITE_PERL%%/Text 2>/dev/null || true
|
||||||
|
|
Loading…
Add table
Reference in a new issue