blob: cfb5f61542c9cdedb349c40f47480496f5a751a1 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
# 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
.include "Makefile.man"
.include <bsd.port.mk>
|