0982effce2
having a PKGNAME of p5-*, or depending such a package, for perl-5.22.0.
16 lines
415 B
Makefile
16 lines
415 B
Makefile
# $NetBSD: Makefile,v 1.17 2015/06/12 10:49:15 wiz Exp $
|
|
|
|
DISTNAME= File-Type-0.22
|
|
PKGNAME= p5-${DISTNAME}
|
|
PKGREVISION= 9
|
|
CATEGORIES= devel perl5
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=File/}
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
COMMENT= Perl module for determining file type
|
|
LICENSE= ${PERL5_LICENSE}
|
|
|
|
PERL5_PACKLIST= auto/File/Type/.packlist
|
|
|
|
.include "../../lang/perl5/module.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|