8a4d13f802
- devel/p5-File-Valet 1.0.7 - misc/p5-Weather-PurpleAir-API 0.04 File::Valet has utilities for file slurping, locking, and finding. Weather::PurpleAir::API provides access to the PurpleAir API interfaces, and a small program to inspect particular sensors.
16 lines
434 B
Makefile
16 lines
434 B
Makefile
# $NetBSD: Makefile,v 1.1 2020/09/22 01:50:23 mrg Exp $
|
|
|
|
DISTNAME= File-Valet-1.07
|
|
PKGNAME= p5-${DISTNAME}
|
|
CATEGORIES= devel perl5
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=File/}
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= https://metacpan.org/release/File-Valet
|
|
COMMENT= Perl5 file utilities
|
|
LICENSE= ${PERL5_LICENSE}
|
|
|
|
PERL5_PACKLIST= auto/File/Valet/.packlist
|
|
|
|
.include "../../lang/perl5/module.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|