b14ed78332
pkgsrc changes: - Adding license (perl license) Upstream changes: 2.12 - - Now hosted at github -- Source: http://github.com/bradchoate/text-textile/tree/master -- Bugs: http://github.com/bradchoate/text-textile/issues 2.10 - - Now requires 5.6.1. - Fixed an incorrectly defined lexical variable. - Applied a patch submitted by Ryan McGuigan to prevent clobbering $_. - Applied a patch from Johannes Plunien to add the 'disable_encode_entities' option. - Should be taint-safe, as all tests run under -T.
20 lines
529 B
Makefile
20 lines
529 B
Makefile
# $NetBSD: Makefile,v 1.3 2009/08/18 16:17:57 sno Exp $
|
|
#
|
|
|
|
DISTNAME= Text-Textile-2.12
|
|
PKGNAME= p5-${DISTNAME}
|
|
CATEGORIES= textproc perl5
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Text/}
|
|
|
|
MAINTAINER= heinz@NetBSD.org
|
|
HOMEPAGE= http://search.cpan.org/dist/Text-Textile/
|
|
COMMENT= Perl impementation of the Textile formatting language
|
|
LICENSE= ${PERL5_LICENSE}
|
|
|
|
PKG_DESTDIR_SUPPORT= user-destdir
|
|
|
|
PERL5_PACKLIST= auto/Text/Textile/.packlist
|
|
USE_LANGUAGES= # none
|
|
|
|
.include "../../lang/perl5/module.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|