freebsd-ports/devel/p5-mocked/Makefile

27 lines
547 B
Makefile
Raw Normal View History

# New ports collection makefile for: devel/p5-mocked
# Date created: 21 June 2007
# Whom: Lars Thegler <lth@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= mocked
2007-12-21 09:58:42 +01:00
PORTVERSION= 0.09
CATEGORIES= devel perl5
MASTER_SITES= CPAN
MASTER_SITE_SUBDIR= ../by-authors/id/L/LU/LUKEC
PKGNAMEPREFIX= p5-
MAINTAINER= lth@FreeBSD.org
COMMENT= mocked - use mocked libraries in unit tests
RUN_DEPENDS= p5-Test-Exception>0:${PORTSDIR}/devel/p5-Test-Exception
BUILD_DEPENDS= ${RUN_DEPENDS}
PERL_CONFIGURE= yes
2007-08-06 11:40:21 +02:00
MAN3= mocked.3 \
unmocked.3
.include <bsd.port.mk>