blob: ef55dfd713ad97349c28b902a90762931ef5a506 (
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
24
25
26
|
# 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= ../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
MAN3= mocked.3 \
unmocked.3
.include <bsd.port.mk>
|