aboutsummaryrefslogtreecommitdiff
path: root/devel/p5-Class-Null/Makefile
blob: fbfb881926f8b72c02b539ea83d362247711b295 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# New ports collection makefile for:	p5-Class-Null
# Date created:		2012-04-08
# Whom:			Steve Wills <swills@FreeBSD.org>
#
# $FreeBSD$
#

PORTNAME=	Class-Null
PORTVERSION=	2.110730
CATEGORIES=	devel perl5
MASTER_SITES=	CPAN
PKGNAMEPREFIX=	p5-

MAINTAINER=	perl@FreeBSD.org
COMMENT=	Perl module which implements the Null Class design pattern

PERL_CONFIGURE=	yes

MAN3=		Class::Null.3

.include <bsd.port.mk>