diff options
Diffstat (limited to 'www/p5-HTTP-Server-Simple-Static/Makefile')
-rw-r--r-- | www/p5-HTTP-Server-Simple-Static/Makefile | 14 |
1 files changed, 4 insertions, 10 deletions
diff --git a/www/p5-HTTP-Server-Simple-Static/Makefile b/www/p5-HTTP-Server-Simple-Static/Makefile index 484734f2b5e9..f1802dc47567 100644 --- a/www/p5-HTTP-Server-Simple-Static/Makefile +++ b/www/p5-HTTP-Server-Simple-Static/Makefile @@ -1,12 +1,7 @@ -# New ports collection makefile for: www/p5-HTTP-Server-Simple-Static -# Date created: 30 March 2005 -# Whom: Lars Thegler <lth@FreeBSD.org> -# # $FreeBSD$ -# PORTNAME= HTTP-Server-Simple-Static -PORTVERSION= 0.07 +PORTVERSION= 0.09 CATEGORIES= www perl5 MASTER_SITES= CPAN MASTER_SITE_SUBDIR= HTTP @@ -15,10 +10,9 @@ PKGNAMEPREFIX= p5- MAINTAINER= lth@FreeBSD.org COMMENT= Serve static files with HTTP::Server::Simple -RUN_DEPENDS= p5-HTTP-Server-Simple>=0:${PORTSDIR}/www/p5-HTTP-Server-Simple \ - p5-URI>=0:${PORTSDIR}/net/p5-URI \ - p5-MIME-Types>=0:${PORTSDIR}/mail/p5-MIME-Types \ - p5-File-MMagic>=0:${PORTSDIR}/devel/p5-File-MMagic +RUN_DEPENDS= p5-File-LibMagic>=0:${PORTSDIR}/devel/p5-File-LibMagic \ + p5-HTTP-Server-Simple>=0:${PORTSDIR}/www/p5-HTTP-Server-Simple \ + p5-URI>=0:${PORTSDIR}/net/p5-URI BUILD_DEPENDS:= ${RUN_DEPENDS} USES= perl5 |