Manual tweak textproc/code-minimap
[dports.git] / textproc / p5-Text-NSP / Makefile
1 PORTNAME=       Text-NSP
2 PORTVERSION=    1.31
3 CATEGORIES=     textproc perl5
4 MASTER_SITES=   CPAN
5 PKGNAMEPREFIX=  p5-
6
7 MAINTAINER=     perl@FreeBSD.org
8 COMMENT=        Perl5 modules for Ngram Statistics Package
9 WWW=            https://metacpan.org/release/Text-NSP
10
11 LICENSE=        GPLv2 GPLv3
12 LICENSE_COMB=   dual
13
14 NO_ARCH=        yes
15 USES=           perl5
16 USE_PERL5=      configure
17
18 DOCS=           CHANGES README doc/FAQ.pod doc/NSP-Class-diagram.pdf \
19                 doc/NSP-Class-diagram.png doc/README.pod doc/TODO.pod \
20                 doc/USAGE.pod doc/cicling2003.pdf doc/cicling2003.ps
21 PORTDOCS=       *
22
23 OPTIONS_DEFINE= DOCS
24
25 post-install-DOCS-on:
26         @${MKDIR} ${STAGEDIR}${DOCSDIR}
27         (cd ${WRKSRC} && ${INSTALL_DATA} ${DOCS} ${STAGEDIR}${DOCSDIR})
28
29 .include <bsd.port.mk>