blob: 7312544fe0e25a11ea2707bff1765a77663fe50e (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
# $NetBSD: Makefile,v 1.2 2008/10/19 19:18:55 he Exp $
DISTNAME= String-Koremutake-0.30
PKGNAME= p5-${DISTNAME}
PKGREVISION= 1
CATEGORIES= textproc perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=String/}
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://search.cpan.org/dist/String-Koremutake/
COMMENT= Perl 5 module to convert to/from Koremutake Memorable Random Strings
PKG_DESTDIR_SUPPORT= user-destdir
USE_LANGUAGES= # empty
PERL5_PACKLIST= auto/String/Koremutake/.packlist
DEPENDS+= p5-Error>=0.15:../../devel/p5-Error
BUILD_DEPENDS+= p5-Test-Exception>=0.15:../../devel/p5-Test-Exception
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"
|