diff options
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/ascii2pdf/Makefile | 9 | ||||
-rw-r--r-- | textproc/lemmatizer/Makefile | 9 |
2 files changed, 8 insertions, 10 deletions
diff --git a/textproc/ascii2pdf/Makefile b/textproc/ascii2pdf/Makefile index 4c4279df8d1b..8f5c957a6f79 100644 --- a/textproc/ascii2pdf/Makefile +++ b/textproc/ascii2pdf/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: ascii2pdf -# Date created: 20 January 2001 -# Whom: petef@databits.net -# +# Created by: petef@databits.net # $FreeBSD$ -# PORTNAME= ascii2pdf PORTVERSION= 0.9.1 @@ -16,6 +12,9 @@ COMMENT= A perl script to convert text files to PDF files RUN_DEPENDS= p5-PDF-Create>=0:${PORTSDIR}/textproc/p5-PDF-Create +DEPRECATED= No more public distfiles +EXPIRATION_DATE= 2012-11-26 + NO_BUILD= yes USE_PERL5= yes PLIST_FILES= bin/ascii2pdf diff --git a/textproc/lemmatizer/Makefile b/textproc/lemmatizer/Makefile index ccb28ec2319f..61fdf310a42f 100644 --- a/textproc/lemmatizer/Makefile +++ b/textproc/lemmatizer/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: lemmatizer -# Date created: 26 May 2005 -# Whom: Andrei V. Shetuhin -# +# Created by: Andrei V. Shetuhin # $FreeBSD$ -# PORTNAME= lemmatizer PORTVERSION= 1.0 @@ -18,6 +14,9 @@ DISTFILES= lemmatizer-1.0.tar.gz \ MAINTAINER= ports@FreeBSD.org COMMENT= Russian / German / English lemmatizer library +DEPRECATED= No more public distfiles +EXPIRATION_DATE= 2012-11-26 + LIB_DEPENDS= pcre:${PORTSDIR}/devel/pcre DB_DIR?= /var/db/lemmatizer |