aeecdad4c6
Travis <hcoyote@ghostar.org> has expressed that he'd like to release the maintainership of his ports. We thank Travis for all their efforts and hope to welcome him back in the future. PR: 257740
19 lines
378 B
Makefile
19 lines
378 B
Makefile
# Created by: Travis Campbell <hcoyote@ghostar.org>
|
|
|
|
PORTNAME= Text-Textile
|
|
PORTVERSION= 2.12
|
|
PORTREVISION= 1
|
|
CATEGORIES= textproc perl5
|
|
MASTER_SITES= CPAN
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= Perl-based implementation of the Textile syntax by Dean Allen
|
|
|
|
LICENSE= ART10 GPLv1+
|
|
LICENSE_COMB= dual
|
|
|
|
USES= perl5
|
|
USE_PERL5= configure
|
|
|
|
.include <bsd.port.mk>
|