summaryrefslogtreecommitdiff
path: root/www/p5-HTTP-Daemon
diff options
context:
space:
mode:
authorspz <spz@pkgsrc.org>2011-07-14 21:47:34 +0000
committerspz <spz@pkgsrc.org>2011-07-14 21:47:34 +0000
commit65dfef3e8da70da3a02eb72c8ae0f6f0a73e034a (patch)
tree61a9bba9f2d7a62ea1a9114af9aac64507cdd7be /www/p5-HTTP-Daemon
parent623b873aa7d92a68e3a0be643d92bbc36c2ff0b2 (diff)
downloadpkgsrc-65dfef3e8da70da3a02eb72c8ae0f6f0a73e034a.tar.gz
add CONFLICTS (thanks wiz@ for the reminder)
add a missing LICENSE and fix a few COMMENT
Diffstat (limited to 'www/p5-HTTP-Daemon')
-rw-r--r--www/p5-HTTP-Daemon/Makefile7
1 files changed, 5 insertions, 2 deletions
diff --git a/www/p5-HTTP-Daemon/Makefile b/www/p5-HTTP-Daemon/Makefile
index cb34674c110..81da2134599 100644
--- a/www/p5-HTTP-Daemon/Makefile
+++ b/www/p5-HTTP-Daemon/Makefile
@@ -1,16 +1,19 @@
-# $NetBSD: Makefile,v 1.1.1.1 2011/07/10 12:43:32 spz Exp $
+# $NetBSD: Makefile,v 1.2 2011/07/14 21:47:35 spz Exp $
#
DISTNAME= HTTP-Daemon-6.00
PKGNAME= p5-${DISTNAME}
+PKGREVISION= 1
CATEGORIES= www perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=HTTP/}
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://search.cpan.org/dist/HTTP-Daemon/
-COMMENT= construct HTTP style messages
+COMMENT= a simple http server class
LICENSE= ${PERL5_LICENSE}
+CONFLICTS+= p5-libwww-[0-5]*
+
PKG_DESTDIR_SUPPORT= user-destdir
DEPENDS+= p5-HTTP-Message>=6.02:../../www/p5-HTTP-Message