b71e5c3257
- Remove obsolete VOS special cases from eu_command.t.
17 lines
526 B
Makefile
17 lines
526 B
Makefile
# $NetBSD: Makefile,v 1.11 2014/07/15 20:50:23 schmonz Exp $
|
|
|
|
DISTNAME= ExtUtils-Command-1.18
|
|
PKGNAME= p5-${DISTNAME}
|
|
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"
|