fe8fd4e691
pkgsrc changes: - Add license definition Upstream changes: 2.02 - 2010-03-07 * fix CPAN #50762: mistaken use of $[ (thanks to Zefram for spotting this) * no need to specify an empty MAN3PODS in the core anymore (thanks to Nicholas Clark for providing a patch)
20 lines
604 B
Makefile
20 lines
604 B
Makefile
# $NetBSD: Makefile,v 1.2 2010/03/10 19:07:28 sno Exp $
|
|
|
|
DISTNAME= IPC-SysV-2.02
|
|
PKGNAME= p5-${DISTNAME:S/_/beta/}
|
|
CATEGORIES= devel perl5
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=../../authors/id/M/MH/MHX/}
|
|
|
|
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
|
|
PKG_DESTDIR_SUPPORT= user-destdir
|
|
|
|
USE_LANGUAGES= c
|
|
PERL5_PACKLIST= auto/IPC/SysV/.packlist
|
|
|
|
.include "../../lang/perl5/module.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|