30c0e9b1ad
Upstream changes: 1.04 2013-08-22, caugustin.de Fixed typos from bug report #87187. Rejected bug report #83073 (UUID::Tiny correctly sets the variant). Thread-tests still not running (Mac OS X 10.8.x and other machines). Thread-tests removed, bug report #57188 deferred. POD changed to better reflect the new standard interface. Fixed a bug in Makefile.PL reported by Matt Koscica. 1.03_01 2010-05-04, caugustin.de Thread-patches from Michael C. Schwern applied. Test not running on Mac OS X 10.6.3 ...
21 lines
620 B
Makefile
21 lines
620 B
Makefile
# $NetBSD: Makefile,v 1.8 2013/09/03 14:57:34 wen Exp $
|
|
#
|
|
|
|
DISTNAME= UUID-Tiny-1.04
|
|
PKGNAME= p5-${DISTNAME}
|
|
CATEGORIES= devel perl5
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=UUID/}
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://search.cpan.org/dist/UUID-Tiny/
|
|
COMMENT= Pure Perl UUID Support With Functional Interface
|
|
LICENSE= ${PERL5_LICENSE}
|
|
|
|
USE_LANGUAGES= # empty
|
|
PERL5_PACKLIST= auto/UUID/Tiny/.packlist
|
|
|
|
DEPENDS+= {perl>=5.7.3,p5-Digest-MD5-[0-9]*}:../../security/p5-Digest-MD5
|
|
DEPENDS+= p5-Digest-SHA1-[0-9]*:../../security/p5-Digest-SHA1
|
|
|
|
.include "../../lang/perl5/module.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|