Files
bsdports/perl/p5-HTTP-Negotiate/Makefile
2019-12-26 07:26:06 +00:00

24 lines
407 B
Makefile

#
# $Id$
#
PORTNAME= HTTP-Negotiate
PORTVERSION= 6.01
CATEGORIES= www perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= perl@FreeBSD.org
COMMENT= Implementation of the HTTP content negotiation algorithm
BUILD_DEPENDS= p5-HTTP-Message>=6:perl/p5-HTTP-Message
RUN_DEPENDS:= ${BUILD_DEPENDS}
CONFLICTS_INSTALL= p5-libwww-5*
NO_ARCH= yes
USES= perl5
USE_PERL5= configure
.include <bsd.port.mk>
#EOF