pkgsrc/devel/p5-IPC-ShareLite/Makefile
sno 31dee80fad PkgSrc changes:
- Updating package to 0.17

Upstream changes:
0.17 2009-03-10
    - Make unicode test work on older Perls.

0.16 2009-03-09
    - Add unicode test.

0.15 2009-03-09
    - Add some logging to help diagnose smoke failures.

0.14 2009-03-07
    - Croak if 4 char key string is not 8-bit clean. See #33672.
2009-04-12 00:48:21 +00:00

21 lines
535 B
Makefile

# $NetBSD: Makefile,v 1.16 2009/04/12 00:48:21 sno Exp $
#
DISTNAME= IPC-ShareLite-0.17
PKGNAME= p5-${DISTNAME}
CATEGORIES= devel perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=IPC/}
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://search.cpan.org/dist/IPC-ShareLite/
COMMENT= Light-weight interface to shared memory
PKG_DESTDIR_SUPPORT= user-destdir
PKG_INSTALLATION_TYPES= overwrite pkgviews
USE_LANGUAGES= c
PERL5_PACKLIST= auto/IPC/ShareLite/.packlist
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"