bc02afde05
See http://wiki.freebsd.org/Perl for details. - Change maintainership from ports@ to perl@ for ports in this changeset. - Remove MD5 checksum
26 lines
568 B
Makefile
26 lines
568 B
Makefile
# New ports collection makefile for: Plack::Middleware::IEnosniff
|
|
# Date created: 01 Feb 2011
|
|
# Whom: Jun Kuriyama <kuriyama@FreeBSD.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= Plack-Middleware-IEnosniff
|
|
PORTVERSION= 0.01
|
|
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}
|
|
|
|
PERL_CONFIGURE= yes
|
|
|
|
MAN3= Plack::Middleware::IEnosniff.3
|
|
|
|
.include <bsd.port.mk>
|