diff options
author | demon <demon@FreeBSD.org> | 2005-05-10 14:21:24 +0000 |
---|---|---|
committer | demon <demon@FreeBSD.org> | 2005-05-10 14:21:24 +0000 |
commit | c2ca970032ec2cb7121b50e9983cdac58949576b (patch) | |
tree | e36e40b6582cbd59caba9b1e62adaa6cec8d4f15 | |
parent | 44f65626688db6038eb021bd5cfba3637bc2b297 (diff) | |
download | FreeBSD-ports-c2ca970032ec2cb7121b50e9983cdac58949576b.zip FreeBSD-ports-c2ca970032ec2cb7121b50e9983cdac58949576b.tar.gz |
Update to version 0.05.
-rw-r--r-- | www/p5-HTTP-Server-Simple-Mason/Makefile | 9 | ||||
-rw-r--r-- | www/p5-HTTP-Server-Simple-Mason/distinfo | 4 |
2 files changed, 7 insertions, 6 deletions
diff --git a/www/p5-HTTP-Server-Simple-Mason/Makefile b/www/p5-HTTP-Server-Simple-Mason/Makefile index 7217ba0..ffdfeed 100644 --- a/www/p5-HTTP-Server-Simple-Mason/Makefile +++ b/www/p5-HTTP-Server-Simple-Mason/Makefile @@ -6,7 +6,7 @@ # PORTNAME= HTTP-Server-Simple-Mason -PORTVERSION= 0.03 +PORTVERSION= 0.05 CATEGORIES= www perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= HTTP @@ -15,9 +15,10 @@ PKGNAMEPREFIX= p5- MAINTAINER= demon@FreeBSD.org COMMENT= An abstract baseclass for a standalone mason server -RUN_DEPENDS= ${SITE_PERL}/HTTP/Server/Simple.pm:${PORTSDIR}/www/p5-HTTP-Server-Simple \ - ${SITE_PERL}/Apache/Mason.pm:${PORTSDIR}/www/p5-HTML-Mason -BUILD_DEPENDS= ${RUN_DEPENDS} +BUILD_DEPENDS= ${SITE_PERL}/HTTP/Server/Simple.pm:${PORTSDIR}/www/p5-HTTP-Server-Simple \ + ${SITE_PERL}/Apache/Mason.pm:${PORTSDIR}/www/p5-HTML-Mason \ + ${SITE_PERL}/Hook/LexWrap.pm:${PORTSDIR}/devel/p5-Hook-LexWrap +RUN_DEPENDS= ${BUILD_DEPENDS} PERL_CONFIGURE=yes diff --git a/www/p5-HTTP-Server-Simple-Mason/distinfo b/www/p5-HTTP-Server-Simple-Mason/distinfo index b51c1bd..7c2d4dd 100644 --- a/www/p5-HTTP-Server-Simple-Mason/distinfo +++ b/www/p5-HTTP-Server-Simple-Mason/distinfo @@ -1,2 +1,2 @@ -MD5 (HTTP-Server-Simple-Mason-0.03.tar.gz) = e2b981eea959bd45309c464a56823886 -SIZE (HTTP-Server-Simple-Mason-0.03.tar.gz) = 11170 +MD5 (HTTP-Server-Simple-Mason-0.05.tar.gz) = 6cbb16f3e58e296d0d4be823357d647d +SIZE (HTTP-Server-Simple-Mason-0.05.tar.gz) = 11735 |