mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-08 06:48:28 +00:00
714457bd74
Approved by: portmgr (blanket infrastructure)
21 lines
452 B
Makefile
21 lines
452 B
Makefile
# Created by: Gea-Suan Lin <gslin@gslin.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= Plack-Middleware-Expires
|
|
PORTVERSION= 0.03
|
|
CATEGORIES= www perl5
|
|
MASTER_SITES= CPAN
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= gslin@gslin.org
|
|
COMMENT= Perl module mod_expires for Plack
|
|
|
|
RUN_DEPENDS= p5-Plack>=0.9937:${PORTSDIR}/www/p5-Plack \
|
|
p5-Try-Tiny>=0.06:${PORTSDIR}/lang/p5-Try-Tiny \
|
|
p5-libwww>=0:${PORTSDIR}/www/p5-libwww
|
|
|
|
USES= perl5
|
|
USE_PERL5= configure
|
|
|
|
.include <bsd.port.mk>
|