freebsd-ports/sysutils/p5-File-Listing/Makefile
Mathieu Arnold 597afc47ba Remove ${PORTSDIR}/ from dependencies, categories r, s, t, and u.
With hat:	portmgr
Sponsored by:	Absolight
2016-04-01 14:25:16 +00:00

26 lines
474 B
Makefile

# Created by: Frederic Culot <culot@FreeBSD.org>
# $FreeBSD$
PORTNAME= File-Listing
PORTVERSION= 6.04
PORTREVISION= 1
CATEGORIES= sysutils perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= perl@FreeBSD.org
COMMENT= Parse directory listings
LICENSE= ART10 GPLv1
LICENSE_COMB= dual
BUILD_DEPENDS= p5-HTTP-Date>=6:www/p5-HTTP-Date
RUN_DEPENDS:= ${BUILD_DEPENDS}
CONFLICTS_INSTALL= p5-libwww-5*
NO_ARCH= yes
USES= perl5
USE_PERL5= configure
.include <bsd.port.mk>