aboutsummaryrefslogtreecommitdiff
path: root/devel/p5-Dialog/Makefile
blob: 972b013eb95b6844231cde318776707c98c17ab5 (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
# Created by: Yen-Ming Lee <leeym@FreeBSD.org>
# $FreeBSD$

PORTNAME=	Dialog
PORTVERSION=	0.03
CATEGORIES=	devel perl5
MASTER_SITES=	CPAN
PKGNAMEPREFIX=	p5-

MAINTAINER=	rodrigo@bebik.net
COMMENT=	Perl interface to dialog(3)

USES=		perl5
USE_PERL5=	configure

MAN3=		Dialog.3

EXPIRATION_DATE=2014-01-01

NO_STAGE=	yes
.include <bsd.port.pre.mk>

.if ${OSVERSION} >= 900000
BROKEN=		Does not build after FreeBSD 9.0. Use devel/p5-UI-Dialog instead.
.else
DEPRECATED=	Does not build after FreeBSD 9.0. Use devel/p5-UI-Dialog instead.
.endif

.include <bsd.port.post.mk>