View | Details | Raw Unified | Return to bug 178900
Collapse All | Expand All

(-)Makefile (-13 / +2 lines)
Lines 1-9 Link Here
1
# New ports collection makefile for:	p5-Image-Size
1
# Created by: James FitzGibbon <jfitz@FreeBSD.org>
2
# Date created:				October 20th 1996
3
# Whom:	      				James FitzGibbon <jfitz@FreeBSD.org>
4
#
5
# $FreeBSD$
2
# $FreeBSD$
6
#
7
3
8
PORTNAME=	Image-Size
4
PORTNAME=	Image-Size
9
PORTVERSION=	3.232
5
PORTVERSION=	3.232
Lines 19-29 Link Here
19
MAN1=		imgsize.1
15
MAN1=		imgsize.1
20
MAN3=		Image::Size.3
16
MAN3=		Image::Size.3
21
17
22
.include <bsd.port.pre.mk>
18
.include <bsd.port.mk>
23
24
.if ${PERL_LEVEL} < 500903
25
RUN_DEPENDS+=	p5-IO-Compress>=2.017:${PORTSDIR}/archivers/p5-IO-Compress
26
BUILD_DEPENDS+=	p5-IO-Compress>=2.017:${PORTSDIR}/archivers/p5-IO-Compress
27
.endif
28
29
.include <bsd.port.post.mk>

Return to bug 178900