diff options
Diffstat (limited to 'sysutils/freedt/Makefile')
-rw-r--r-- | sysutils/freedt/Makefile | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/sysutils/freedt/Makefile b/sysutils/freedt/Makefile index ba83da14bda3..64827b1d2b36 100644 --- a/sysutils/freedt/Makefile +++ b/sysutils/freedt/Makefile @@ -1,15 +1,17 @@ PORTNAME= freedt -PORTVERSION= 23 +PORTVERSION= 24 CATEGORIES= sysutils MASTER_SITES= http://offog.org/files/ \ http://ftp.i-scream.org/pub/offog.org/files/ MAINTAINER= tdb@FreeBSD.org -COMMENT= Experimental reimplementation of Dan Bernstein's daemontools +COMMENT= Reimplementation of Dan Bernstein's daemontools WWW= https://offog.org/code/freedt.html -CONFLICTS= daemontools daemontools-encore ucspi-tcp # bin/argv0 bin/envdir bin/envuidgid +LICENSE= ISCL GNU_CONFIGURE= yes +CONFLICTS= daemontools daemontools-encore ucspi-tcp # bin/argv0 bin/envdir bin/envuidgid + .include <bsd.port.mk> |