freebsd-ports/ftp/p5-File-Fetch/Makefile
Andrej Zverev 14d750125f Cleanup supporting perl version 5.8 and 5.10,
lang/perl5.8 and lang/5.10 will be removed from ports tree soon.
2012-12-17 15:39:36 +00:00

24 lines
428 B
Makefile

# New ports collection makefile for: p5-File-Fetch
# Date created: 31 May 2006
# Whom: Aaron Dalton <aaron@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= File-Fetch
PORTVERSION= 0.36
CATEGORIES= ftp www perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= perl@FreeBSD.org
COMMENT= A generic file fetching mechanism
LICENSE= ART10 GPLv1
LICENSE_COMB= dual
PERL_CONFIGURE= yes
MAN3= File::Fetch.3
.include <bsd.port.mk>