freebsd-ports/devel/p5-mocked/Makefile
Andrej Zverev a015f2e5d0 - Replace ../../authors in MASTER_SITE_SUBDIR with CPAN:CPANID macro.
See http://wiki.freebsd.org/Perl for details.
- Change maintainership from ports@ to perl@ for ports in this changeset.

With perl@ hat
2011-09-08 08:36:43 +00:00

26 lines
530 B
Makefile

# New ports collection makefile for: devel/p5-mocked
# Date created: 21 June 2007
# Whom: Lars Thegler <lth@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= mocked
PORTVERSION= 0.09
CATEGORIES= devel perl5
MASTER_SITES= CPAN
MASTER_SITE_SUBDIR= CPAN: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
MAN3= mocked.3 \
unmocked.3
.include <bsd.port.mk>