9fda291700
Upstream changes: 0.050 2021-06-20 20:18:40-04:00 America/New_York - update author contact info - add perl-support section in docs
20 lines
619 B
Makefile
20 lines
619 B
Makefile
# $NetBSD: Makefile,v 1.12 2021/07/06 08:30:33 wen Exp $
|
|
|
|
DISTNAME= Data-GUID-0.050
|
|
PKGNAME= p5-${DISTNAME}
|
|
CATEGORIES= devel
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Data/}
|
|
|
|
MAINTAINER= ryoon@NetBSD.org
|
|
HOMEPAGE= https://metacpan.org/release/Data-GUID
|
|
COMMENT= Perl 5 module for globally unique identifiers
|
|
LICENSE= ${PERL5_LICENSE}
|
|
|
|
DEPENDS+= p5-Data-UUID>=1.148:../../devel/p5-Data-UUID
|
|
DEPENDS+= p5-Sub-Exporter>=0.90:../../devel/p5-Sub-Exporter
|
|
DEPENDS+= p5-Sub-Install>=0.03:../../devel/p5-Sub-Install
|
|
|
|
PERL5_PACKLIST= auto/Data/GUID/.packlist
|
|
|
|
.include "../../lang/perl5/module.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|