blob: 265bf73c43724b8b6ec89170a523766ff93a554f (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
# $NetBSD: Makefile,v 1.11 2014/11/23 14:41:58 schmonz Exp $
#
DISTNAME= Text-Textile-2.13
PKGNAME= p5-${DISTNAME}
CATEGORIES= textproc perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Text/}
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://search.cpan.org/dist/Text-Textile/
COMMENT= Perl implementation of the Textile formatting language
LICENSE= ${PERL5_LICENSE}
PERL5_PACKLIST= auto/Text/Textile/.packlist
USE_LANGUAGES= # none
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"
|