aboutsummaryrefslogtreecommitdiff
path: root/devel/libdaemon/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'devel/libdaemon/Makefile')
-rw-r--r--devel/libdaemon/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/devel/libdaemon/Makefile b/devel/libdaemon/Makefile
index dd081d8abb06..de1032c5889d 100644
--- a/devel/libdaemon/Makefile
+++ b/devel/libdaemon/Makefile
@@ -1,5 +1,3 @@
-# Created by: Michael Johnson <ahze@FreeBSD.org>
-
PORTNAME= libdaemon
PORTVERSION= 0.14
PORTREVISION= 1
@@ -8,13 +6,15 @@ MASTER_SITES= http://0pointer.de/lennart/projects/${PORTNAME}/
MAINTAINER= desktop@FreeBSD.org
COMMENT= Lightweight C library that eases the writing of UNIX daemons
+WWW= https://0pointer.de/lennart/projects/libdaemon/
LICENSE= LGPL21+
LICENSE_FILE= ${WRKSRC}/LICENSE
CONFIGURE_ARGS= --disable-lynx
GNU_CONFIGURE= yes
-USES= libtool:keepla pathfix
+USES= cpe libtool:keepla pathfix
USE_LDCONFIG= yes
+CPE_VENDOR= libdaemon_project
.include <bsd.port.mk>