mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-13 03:03:15 +00:00
20f9358292
PR: ports/170955 Approved by: maintainer timeout (imp, >4 weeks)
25 lines
481 B
Makefile
25 lines
481 B
Makefile
# 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.05
|
|
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>
|