pkgsrc/devel/p5-ExtUtils-Command/Makefile

18 lines
539 B
Makefile

# $NetBSD: Makefile,v 1.15 2017/06/05 14:22:56 ryoon Exp $
DISTNAME= ExtUtils-Command-1.20
PKGNAME= p5-${DISTNAME}
PKGREVISION= 3
CATEGORIES= devel perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=ExtUtils/}
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://search.cpan.org/dist/ExtUtils-Command/
COMMENT= Perl 5 functions to replace common UNIX commands in Makefiles
LICENSE= ${PERL5_LICENSE}
USE_LANGUAGES= # empty
PERL5_PACKLIST= auto/ExtUtils/Command/.packlist
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"