freebsd-ports/devel/p5-Class-BlackHole/Makefile
Sergey Skvortsov f811276d12 Update to 0.04
2005-01-27 10:07:38 +00:00

22 lines
459 B
Makefile

# New ports collection makefile for: Class-BlackHole
# Date created: 17 Dec 2001
# Whom: Sergey Skvortsov <skv@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= Class-BlackHole
PORTVERSION= 0.04
CATEGORIES= devel perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= Class
PKGNAMEPREFIX= p5-
MAINTAINER= skv@FreeBSD.org
COMMENT= Base class to treat unhandled method calls as no-ops
PERL_CONFIGURE= yes
MAN3= Class::BlackHole.3
.include <bsd.port.mk>