blob: 9a985332449002de12c60fe9df4cc59fba6e29d1 (
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
27
28
29
30
31
32
33
34
35
|
# New ports collection makefile for: p5-Make-Cache
# Date created: 2006-07-21
# Whom: Cheng-Lung Sung <clsung@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= Make-Cache
PORTVERSION= 1.050
CATEGORIES= devel perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= perl@FreeBSD.org
COMMENT= Caching of object and test run information
BUILD_DEPENDS= p5-BSD-Resource>=0:${PORTSDIR}/devel/p5-BSD-Resource
PERL_CONFIGURE= yes
MAN1= objcache.1
MAN3= Make::Cache.3 \
Make::Cache::Gcc.3 \
Make::Cache::Hash.3 \
Make::Cache::Obj.3 \
Make::Cache::Runtime.3
.include <bsd.port.pre.mk>
.if ${PERL_LEVEL} < 500703
RUN_DEPENDS+= p5-Digest-MD5>=1:${PORTSDIR}/security/p5-Digest-MD5 \
p5-Storable>=1:${PORTSDIR}/devel/p5-Storable
.endif
.include <bsd.port.post.mk>
|