mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-09-08 20:07:50 -04:00
21 lines
614 B
Makefile
21 lines
614 B
Makefile
# $NetBSD: Makefile,v 1.2 2016/06/08 19:24:35 wiz Exp $
|
|
|
|
DISTNAME= String-Trim-0.005
|
|
PKGNAME= p5-${DISTNAME}
|
|
PKGREVISION= 1
|
|
CATEGORIES= textproc perl5
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=String/}
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://search.cpan.org/~doherty/String-Trim/
|
|
COMMENT= Perl5 module to trim whitespace from your strings
|
|
LICENSE= ${PERL5_LICENSE}
|
|
|
|
#DEPENDS+= p5-Sub-Exporter>=0.953:../../devel/p5-Sub-Exporter
|
|
#DEPENDS+= p5-Sub-Install>=0.030:../../devel/p5-Sub-Install
|
|
|
|
PERL5_PACKLIST= auto/String/Trim/.packlist
|
|
|
|
.include "../../lang/perl5/module.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|