freebsd-ports/devel/p5-Acme-Damn/Makefile

25 lines
480 B
Makefile
Raw Normal View History

# New ports collection makefile for: devel/p5-Acme-Damn
# Date created: 8 March 2010
# Whom: Warner Losh <imp@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= Acme-Damn
PORTVERSION= 0.04
CATEGORIES= devel perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= imp@FreeBSD.org
COMMENT= Unblessing perl objects
RUN_DEPENDS= p5-Test-Exception>=0.29:${PORTSDIR}/devel/p5-Test-Exception
BUILD_DEPENDS= ${RUN_DEPENDS}
PERL_CONFIGURE= yes
MAN3 += Acme::Damn.3
.include <bsd.port.mk>