pkgsrc/devel/p5-rlib/Makefile
wiz d2d75056c5 devel/p5-rlib: import p5-rlib-0.02
rlib allows @INC to be modified with relative path names. Where
the pathname is relative from depends on where the module is used
from.
2020-09-07 11:19:37 +00:00

16 lines
481 B
Makefile

# $NetBSD: Makefile,v 1.1 2020/09/07 11:19:37 wiz Exp $
DISTNAME= rlib-0.02
PKGNAME= p5-${DISTNAME}
CATEGORIES= devel perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=../../authors/id/G/GB/GBARR/}
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= https://metacpan.org/release/rlib
COMMENT= Perl module to manipulate @INC at compile time with relative paths
USE_LANGUAGES= # empty
PERL5_PACKLIST= auto/rlib/.packlist
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"