19 lines
536 B
Makefile
19 lines
536 B
Makefile
# $NetBSD: Makefile,v 1.6 2012/10/31 11:17:50 asau Exp $
|
|
|
|
DISTNAME= Class-Unload-0.07
|
|
PKGNAME= p5-${DISTNAME}
|
|
PKGREVISION= 1
|
|
CATEGORIES= devel perl5
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Class/}
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://search.cpan.org/dist/Class-Unload/
|
|
COMMENT= Perl 5 module to unload a class
|
|
LICENSE= ${PERL5_LICENSE}
|
|
|
|
DEPENDS+= p5-Class-Inspector-[0-9]*:../../devel/p5-Class-Inspector
|
|
|
|
PERL5_PACKLIST= auto/Class/Unload/.packlist
|
|
|
|
.include "../../lang/perl5/module.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|