diff options
author | Mathieu Arnold <mat@FreeBSD.org> | 2013-08-21 14:44:00 +0000 |
---|---|---|
committer | Mathieu Arnold <mat@FreeBSD.org> | 2013-08-21 14:44:00 +0000 |
commit | 5f4610f246ef2a12498c6a2a35999d6cd6de9245 (patch) | |
tree | 1efec395d4a7a7b5c6f00fe0de2d24f8f49087ac /devel/p5-Dialog | |
parent | cc846028850d1e24fb743a7e9e01c688041b0ce4 (diff) |
Notes
Diffstat (limited to 'devel/p5-Dialog')
-rw-r--r-- | devel/p5-Dialog/Makefile | 13 |
1 files changed, 7 insertions, 6 deletions
diff --git a/devel/p5-Dialog/Makefile b/devel/p5-Dialog/Makefile index 97aebff08160..cb278af4dad6 100644 --- a/devel/p5-Dialog/Makefile +++ b/devel/p5-Dialog/Makefile @@ -1,7 +1,4 @@ -# New ports collection makefile for: p5-Dialog -# Date created: 28 Augest 2000 -# Whom: Yen-Ming Lee <leeym@FreeBSD.org> -# +# Created by: Yen-Ming Lee <leeym@FreeBSD.org> # $FreeBSD$ # @@ -11,7 +8,7 @@ CATEGORIES= devel perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- -MAINTAINER= ports@FreeBSD.org +MAINTAINER= rodrigo@bebik.net COMMENT= Perl interface to dialog(3) USES= perl5 @@ -19,10 +16,14 @@ USE_PERL5= configure MAN3= Dialog.3 +EXPIRATION_DATE=2014-01-01 + .include <bsd.port.pre.mk> .if ${OSVERSION} >= 900000 -BROKEN= Does not build +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> |