9ae90ee879
1.219 2013-07-06 - cygwin fixes (thanks, Reini Urban!) - Skip t/threads.t unless perl version is 5.13.4 or greater (thanks, VPIT) - compile with strict C89 compilers (thanks, VPIT) - more bugfixes (thanks, VPIT)
27 lines
668 B
Makefile
27 lines
668 B
Makefile
# $NetBSD: Makefile,v 1.29 2013/07/31 07:10:35 wiz Exp $
|
|
|
|
DISTNAME= Data-UUID-1.219
|
|
PKGNAME= p5-${DISTNAME}
|
|
CATEGORIES= devel perl5
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Data/}
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://search.cpan.org/dist/Data-UUID/
|
|
COMMENT= Perl module for generating UUIDs
|
|
LICENSE= modified-bsd
|
|
|
|
PKG_INSTALLATION_TYPES= overwrite pkgviews
|
|
|
|
DEPENDS+= p5-Digest-MD5>=0:../../security/p5-Digest-MD5
|
|
|
|
USE_LANGUAGES= c
|
|
PERL5_PACKLIST= auto/Data/UUID/.packlist
|
|
|
|
.include "../../mk/bsd.prefs.mk"
|
|
|
|
.if ${OPSYS} == "Darwin"
|
|
MAKE_PARAMS+= DEFINE=-D_POSIX_C_SOURCE
|
|
.endif
|
|
|
|
.include "../../lang/perl5/module.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|