0984b85ad9
* CPAN #72458: Add 'all' export (thanks to Milan Kocian for providing a patch) * CPAN #79821: Install to 'site' for perl 5.11+ (thanks to Robert Sedlacek for providing a patch) * CPAN #86736: Fix spelling of IPC_CREAT * CPAN #78882: Document SIZE parameter of IPC::SharedMem->new() * CPAN #78927: Fix spelling of 'nattch'
19 lines
553 B
Makefile
19 lines
553 B
Makefile
# $NetBSD: Makefile,v 1.10 2014/07/15 20:46:32 schmonz Exp $
|
|
|
|
DISTNAME= IPC-SysV-2.04
|
|
PKGNAME= p5-${DISTNAME:S/_/beta/}
|
|
CATEGORIES= devel perl5
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=IPC/}
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://search.cpan.org/dist/IPC-SysV/
|
|
COMMENT= Perl module which defines+exports SysV IPC constants and system calls
|
|
LICENSE= ${PERL5_LICENSE}
|
|
|
|
PKG_INSTALLATION_TYPES= overwrite pkgviews
|
|
|
|
USE_LANGUAGES= c
|
|
PERL5_PACKLIST= auto/IPC/SysV/.packlist
|
|
|
|
.include "../../lang/perl5/module.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|