blob: 6fb5f8f2c1385ad58b656fe5d0196c167b8f6d10 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
# $NetBSD: Makefile,v 1.8 2009/03/01 21:53:39 sno Exp $
DISTNAME= Encode-2.31
PKGNAME= p5-${DISTNAME}
CATEGORIES= textproc perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Encode/}
MAINTAINER= rhaen@NetBSD.org
HOMEPAGE= http://search.cpan.org/~dankogai/Encode/
COMMENT= Provides interfaces between strings and the rest of the system
PKG_DESTDIR_SUPPORT= user-destdir
PERL5_REQD+= 5.7.3
PERL5_PACKLIST= auto/Encode/.packlist
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"
|