pkgsrc/devel/p5-Data-UUID/Makefile
wen 5c5b5fa9e2 Update to 1.224
Upstream changes:
1.224     2019-03-02
  - No changes since 1.223

1.223     2019-02-14 (TRIAL)
  - Use File::Spec to get tmpdir instead of hardcoding (thanks, Desmond
  Daignault)

1.222     2018-04-29 (TRIAL)
  - Properly quote C strings passed in DEFINE (thanks, Salvador Fadiño)
  - Fix memory leak by decreasing reference count (thanks, Daniel Spang)
2019-03-16 23:27:26 +00:00

22 lines
604 B
Makefile

# $NetBSD: Makefile,v 1.41 2019/03/16 23:27:26 wen Exp $
DISTNAME= Data-UUID-1.224
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
#DEPENDS+= {perl>=5.7.3,p5-Digest-MD5>=0}:../../security/p5-Digest-MD5
USE_LANGUAGES= c
PERL5_PACKLIST= auto/Data/UUID/.packlist
OPSYSVARS+= MAKE_PARAMS
MAKE_PARAMS.Darwin+= DEFINE=-D_POSIX_C_SOURCE
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"