blob: d7a01af0ed61724a8768c7d384e85f609e176c32 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
|
# New ports collection makefile for: p5-Sledge-Plugin-NoCache
# Date created: 27 February 2003
# Whom: Akinori MUSHA aka knu <knu@idaemons.org>
#
# $FreeBSD$
#
PORTNAME= Sledge-Plugin-NoCache
PORTVERSION= 0.02
CATEGORIES= www perl5
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE_JP}
MASTER_SITE_SUBDIR= sledge/2363
PKGNAMEPREFIX= p5-
MAINTAINER= dhn@FreeBSD.org
COMMENT= A Sledge plug-in that outputs HTTP no-cache headers
BUILD_DEPENDS= ${PM_DEPENDS}
RUN_DEPENDS= ${PM_DEPENDS}
PM_DEPENDS= p5-Sledge>=0:${PORTSDIR}/www/p5-Sledge
PERL_CONFIGURE= yes
MAN3= Sledge::Plugin::NoCache.3
.include <bsd.port.mk>
|