freebsd-ports/textproc/p5-XML-SAX-Base/Makefile
Sergey Skvortsov 6caee23c5d * Mark this port as DEPRECATED
* Set EXPIRATION_DATE to 3 month delay

PR:	ports/77010
2005-09-30 13:03:20 +00:00

28 lines
625 B
Makefile

# New ports collection makefile for: XML::SAX::Base
# Date created: 25 Jan 2002
# Whom: Seamus Venasse <svenasse@polaris.ca>
#
# $FreeBSD$
#
PORTNAME= XML-SAX-Base
PORTVERSION= 1.04
PORTREVISION= 1
CATEGORIES= textproc perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
#MASTER_SITE_SUBDIR= XML
MASTER_SITE_SUBDIR= ../by-authors/id/K/KH/KHAMPTON
PKGNAMEPREFIX= p5-
MAINTAINER= ports@FreeBSD.org
COMMENT= Base class SAX Drivers and Filters
DEPRECATED= XML-SAX-Base is subset of textproc/p5-XML-SAX
EXPIRATION_DATE= 2005-10-30
PERL_CONFIGURE= yes
MAN3= XML::SAX::Exception.3 \
XML::SAX::Base.3
.include <bsd.port.mk>