2013-08-02 20:52:07 +02:00
|
|
|
# Created by: Frederic Culot <culot@FreeBSD.org>
|
2011-04-15 16:36:24 +02:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= HTTP-Negotiate
|
2012-02-19 11:53:42 +01:00
|
|
|
PORTVERSION= 6.01
|
2014-11-26 14:08:24 +01:00
|
|
|
PORTREVISION= 1
|
2011-04-15 16:36:24 +02:00
|
|
|
CATEGORIES= www perl5
|
|
|
|
MASTER_SITES= CPAN
|
|
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
|
|
|
|
MAINTAINER= perl@FreeBSD.org
|
|
|
|
COMMENT= Implementation of the HTTP content negotiation algorithm
|
|
|
|
|
2017-09-15 10:58:46 +02:00
|
|
|
LICENSE= ART10 GPLv1+
|
2015-11-29 08:00:27 +01:00
|
|
|
LICENSE_COMB= dual
|
|
|
|
|
2018-10-06 15:06:42 +02:00
|
|
|
BUILD_DEPENDS= ${RUN_DEPENDS}
|
|
|
|
RUN_DEPENDS= p5-HTTP-Message>=6:www/p5-HTTP-Message
|
2011-04-15 16:36:24 +02:00
|
|
|
|
2015-11-29 08:00:27 +01:00
|
|
|
NO_ARCH= yes
|
2013-08-02 20:52:07 +02:00
|
|
|
USES= perl5
|
|
|
|
USE_PERL5= configure
|
2011-04-15 16:36:24 +02:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|