mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-28 10:08:24 +00:00
24 lines
452 B
Makefile
24 lines
452 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= Plack-Middleware-IEnosniff
|
|
PORTVERSION= 0.02
|
|
CATEGORIES= www perl5
|
|
MASTER_SITES= CPAN
|
|
MASTER_SITE_SUBDIR= CPAN:BAYASHI
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= kuriyama@FreeBSD.org
|
|
COMMENT= Perl extension to add X-Content-Type-Options:nosniff
|
|
|
|
RUN_DEPENDS= \
|
|
p5-Plack>0:${PORTSDIR}/www/p5-Plack
|
|
BUILD_DEPENDS:= ${RUN_DEPENDS}
|
|
|
|
USES= perl5
|
|
USE_PERL5= configure
|
|
|
|
MAN3= Plack::Middleware::IEnosniff.3
|
|
|
|
NO_STAGE= yes
|
|
.include <bsd.port.mk>
|