mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-05 06:27:37 +00:00
3a594649ef
Submitted by: danfe@
25 lines
480 B
Makefile
25 lines
480 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.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>
|