Manual tweak textproc/code-minimap
[dports.git] / textproc / p5-Lingua-EN-NameParse / Makefile
1 PORTNAME=       Lingua-EN-NameParse
2 PORTVERSION=    1.38
3 CATEGORIES=     textproc perl5
4 MASTER_SITES=   CPAN
5 PKGNAMEPREFIX=  p5-
6
7 MAINTAINER=     perl@FreeBSD.org
8 COMMENT=        Routines for manipulating a person's name #'
9 WWW=            https://metacpan.org/release/Lingua-EN-NameParse
10
11 LICENSE=        ART10 GPLv1+
12 LICENSE_COMB=   dual
13
14 BUILD_DEPENDS=  ${RUN_DEPENDS}
15 RUN_DEPENDS=    p5-Parse-RecDescent>=1:devel/p5-Parse-RecDescent
16
17 USES=           dos2unix perl5
18 USE_PERL5=      configure
19
20 NO_ARCH=        yes
21
22 .include <bsd.port.mk>