Lines 1-9
Link Here
|
1 |
# New ports collection makefile for: clive |
1 |
# Created by: Nicola Vitale <nivit@FreeBSD.org> |
2 |
# Date created: 2007-02-11 |
|
|
3 |
# Whom: Nicola Vitale <nivit@FreeBSD.org> |
4 |
# |
5 |
# $FreeBSD$ |
2 |
# $FreeBSD$ |
6 |
# |
|
|
7 |
|
3 |
|
8 |
PORTNAME= clive |
4 |
PORTNAME= clive |
9 |
PORTVERSION= 2.3.3 |
5 |
PORTVERSION= 2.3.3 |
Lines 32-42
Link Here
|
32 |
%%SITE_PERL%%/%%PERL_ARCH%%/auto/clive/.packlist |
28 |
%%SITE_PERL%%/%%PERL_ARCH%%/auto/clive/.packlist |
33 |
PLIST_DIRS= %%SITE_PERL%%/%%PERL_ARCH%%/auto/clive |
29 |
PLIST_DIRS= %%SITE_PERL%%/%%PERL_ARCH%%/auto/clive |
34 |
|
30 |
|
35 |
.include <bsd.port.pre.mk> |
31 |
.include <bsd.port.mk> |
36 |
|
|
|
37 |
.if ${PERL_LEVEL} < 501000 |
38 |
BUILD_DEPENDS+= p5-version>=0.77:${PORTSDIR}/devel/p5-version |
39 |
RUN_DEPENDS+= p5-version>=0.77:${PORTSDIR}/devel/p5-version |
40 |
.endif |
41 |
|
42 |
.include <bsd.port.post.mk> |