summaryrefslogtreecommitdiff
path: root/devel/p5-Class-Gomor/Makefile
blob: 49eb4901edae26b81a1f0a63892a82009de24dd2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# $NetBSD: Makefile,v 1.19 2019/08/11 13:19:01 wiz Exp $

DISTNAME=	Class-Gomor-1.03
PKGNAME=	p5-${DISTNAME}
PKGREVISION=	5
CATEGORIES=	devel perl5
MASTER_SITES=	${MASTER_SITE_PERL_CPAN:=Class/}

MAINTAINER=	pkgsrc-users@NetBSD.org
HOMEPAGE=	https://metacpan.org/release/Class-Gomor
COMMENT=	Another class and object builder
LICENSE=	artistic

PERL5_PACKLIST=		auto/Class/Gomor/.packlist

.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"