1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-20 20:09:11 +00:00
freebsd-ports/www/p5-Sledge-Plugin-NoCache/Makefile
Dennis Herrmann c4f5f60cdd - Take maintainership
Approved by:	miwi (mentor implicit)
2009-05-16 14:25:30 +00:00

28 lines
619 B
Makefile

# 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= ${SITE_PERL}/Sledge.pm:${PORTSDIR}/www/p5-Sledge
PERL_CONFIGURE= yes
MAN3= Sledge::Plugin::NoCache.3
.include <bsd.port.mk>