mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-07 06:40:06 +00:00
93d50cec70
WWW: http://search.cpan.org/dist/Class-Null/ Feature safe: yes
22 lines
409 B
Makefile
22 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>
|