93d50cec70
WWW: http://search.cpan.org/dist/Class-Null/ Feature safe: yes
21 lines
409 B
Makefile
21 lines
409 B
Makefile
# 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>
|