Revision 3 (by ahitrov@rambler.ru, 2010/03/24 15:19:32) The CORE
##############################################################################
# $HeadURL: http://developers.rambler.ru/svn/contenido/koi8/core/ports/all/P-WebFetcher/GNUmakefile $
# $Id: GNUmakefile 175 2006-06-16 12:50:03Z lonerr $
###############################################################################

PORTVERSION =		0.2
PORT_DEPENDS =		DateTime-Locale

do-fetch:		;
do-extract:		;
do-configure:	;
do-build:		;

do-install:
	@test -d ${PREFIX}/lib/perl5/site_perl/${PERL_VER} || mkdir -p ${PREFIX}/lib/perl5/site_perl/${PERL_VER}
	PERL5LIB='${PERL_LIBCOL}' perl ${PORTDIR}/install.pl

include ../../etc/ports.mk