freebsd-ports/sysutils/p5-File-Listing/Makefile
Frederic Culot c2db3f0e60 - Update to 6.03
- Add LICENSE (Artistic 1 & GPLv1)

Changes:	http://search.cpan.org/dist/File-Listing/Changes
2011-09-23 12:43:01 +00:00

29 lines
542 B
Makefile

# New ports collection makefile for: p5-File-Listing
# Date created: 2011-04-14
# Whom: Frederic Culot <culot@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= File-Listing
PORTVERSION= 6.03
CATEGORIES= sysutils perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= perl@FreeBSD.org
COMMENT= Parse directory listings
LICENSE= ART10 GPLv1
LICENSE_COMB= dual
RUN_DEPENDS= p5-HTTP-Date>=6:${PORTSDIR}/www/p5-HTTP-Date
BUILD_DEPENDS:= ${RUN_DEPENDS}
CONFLICTS= p5-libwww-5*
PERL_CONFIGURE= yes
MAN3= File::Listing.3
.include <bsd.port.mk>