blob: 5785d755d531e35a01d2b29e255307d2b0f393e3 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
# $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>
|