pkgsrc/devel/p5-UUID-Tiny/Makefile
sno d05a0b90a5 Updating devel/p5-UUID-Tiny from 1.02 to 1.03
pkgsrc changes:
- Add license definition
- Adjust dependencies (Digest::MD5 is in core since ages ...)

Upstream changes:
1.03    2010-01-31, caugustin.de
        Once again clk_seq uniqueness and fixing some small bugs with
        _get_clk_seq() (due to failed CPAN Tester's ID 6750882).
        Changed COPYRIGHT due to rt.cpan.org Bug #53642.
        License should now be shown in CPAN.
2010-02-23 20:38:23 +00:00

24 lines
671 B
Makefile

# $NetBSD: Makefile,v 1.2 2010/02/23 20:38:23 sno Exp $
#
DISTNAME= UUID-Tiny-1.03
PKGNAME= p5-${DISTNAME}
#PKGREVISION= 1
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}
PKG_DESTDIR_SUPPORT= user-destdir
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"