diff options
author | adam <adam@pkgsrc.org> | 2019-09-02 12:17:05 +0000 |
---|---|---|
committer | adam <adam@pkgsrc.org> | 2019-09-02 12:17:05 +0000 |
commit | 63fab07db51340a21780a2d8f18c224453ec2f80 (patch) | |
tree | a7c487e1d53ba66f89666628a059b5e90d98702f | |
parent | 54fa7d806a8e5dc71df1b2344909df9aafd4d6d1 (diff) | |
download | pkgsrc-63fab07db51340a21780a2d8f18c224453ec2f80.tar.gz |
p5-Lingua-EN-Syllable: remove PLIST since PERL5_PACKLIST is in use; update HOMEPAGE
-rw-r--r-- | textproc/p5-Lingua-EN-Syllable/Makefile | 6 | ||||
-rw-r--r-- | textproc/p5-Lingua-EN-Syllable/PLIST | 4 |
2 files changed, 3 insertions, 7 deletions
diff --git a/textproc/p5-Lingua-EN-Syllable/Makefile b/textproc/p5-Lingua-EN-Syllable/Makefile index d910b754607..5974060e94a 100644 --- a/textproc/p5-Lingua-EN-Syllable/Makefile +++ b/textproc/p5-Lingua-EN-Syllable/Makefile @@ -1,13 +1,13 @@ -# $NetBSD: Makefile,v 1.8 2019/08/11 13:23:31 wiz Exp $ +# $NetBSD: Makefile,v 1.9 2019/09/02 12:17:05 adam Exp $ DISTNAME= Lingua-EN-Syllable-0.30 PKGNAME= p5-${DISTNAME} PKGREVISION= 2 -CATEGORIES= perl5 textproc +CATEGORIES= textproc perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Lingua/} MAINTAINER= pkgsrc-users@NetBSD.org -HOMEPAGE= https://metacpan.org/release/GREGFAST/Lingua-EN-Syllable-0.251 +HOMEPAGE= https://github.com/neilb/Lingua-EN-Syllable COMMENT= Routine for estimating syllable count in words LICENSE= ${PERL5_LICENSE} diff --git a/textproc/p5-Lingua-EN-Syllable/PLIST b/textproc/p5-Lingua-EN-Syllable/PLIST deleted file mode 100644 index ecf4551a3e8..00000000000 --- a/textproc/p5-Lingua-EN-Syllable/PLIST +++ /dev/null @@ -1,4 +0,0 @@ -@comment $NetBSD: PLIST,v 1.1 2015/07/01 02:42:51 rodent Exp $ -${PERL5_SUB_INSTALLVENDORLIB}/Lingua/EN/Syllable.pm -${PERL5_SUB_INSTALLVENDORARCH}/auto/Lingua/EN/Syllable/.packlist -${PERL5_SUB_INSTALLVENDORMAN3DIR}/Lingua::EN::Syllable.3 |