Index: head/palm/p5-Palm-PalmDoc/Makefile =================================================================== --- head/palm/p5-Palm-PalmDoc/Makefile (revision 509470) +++ head/palm/p5-Palm-PalmDoc/Makefile (revision 509471) @@ -1,17 +1,20 @@ # Created by: Simon Dick # $FreeBSD$ PORTNAME= Palm-PalmDoc PORTVERSION= 0.13 PORTREVISION= 1 CATEGORIES= palm perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- MAINTAINER= simond@irrelevant.org COMMENT= Perl 5 modules for reading and writing PalmDoc files +DEPRECATED= obsolete technology +EXPIRATION_DATE= 2019-09-20 + USES= perl5 USE_PERL5= configure .include Index: head/palm/pilot_makedoc/Makefile =================================================================== --- head/palm/pilot_makedoc/Makefile (revision 509470) +++ head/palm/pilot_makedoc/Makefile (revision 509471) @@ -1,28 +1,31 @@ # Created by: jfitz@FreeBSD.org # $FreeBSD$ PORTNAME= pilot_makedoc PORTVERSION= 0.7a PORTREVISION= 1 CATEGORIES= palm textproc MASTER_SITES= ftp://ftp.forth.org/pub/PalmOS/ \ ftp://ftp.cs.tu-berlin.de/pub/palmtops/pilot/ DISTNAME= makedoc7 EXTRACT_SUFX= .cpp MAINTAINER= simond@irrelevant.org COMMENT= Converts text into the Doc format used by PalmPilots +DEPRECATED= obsolete technology$ +EXPIRATION_DATE= 2019-09-20 + NO_WRKSUBDIR= yes PLIST_FILES= bin/pilot_makedoc ALL_TARGET= pilot_makedoc do-extract: @${MKDIR} ${WRKSRC} @${CP} ${DISTDIR}/${DISTFILES} ${WRKSRC} @${CP} ${FILESDIR}/Makefile ${WRKSRC} do-install: ${INSTALL_PROGRAM} ${WRKSRC}/pilot_makedoc ${STAGEDIR}${PREFIX}/bin .include