diff options
author | Rodrigo Osorio <rodrigo@FreeBSD.org> | 2017-10-15 11:12:44 +0000 |
---|---|---|
committer | Rodrigo Osorio <rodrigo@FreeBSD.org> | 2017-10-15 11:12:44 +0000 |
commit | 93ef602be1da2c9e7d7a68f742e916d5ff88c50f (patch) | |
tree | 47a9c7a1a25657144671b63fba5d3faf050e3f38 | |
parent | 8d0abfe3986633fa6a52b5e35d95e1ea60c2dc04 (diff) |
Notes
-rw-r--r-- | devel/libtai/Makefile | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/devel/libtai/Makefile b/devel/libtai/Makefile index 3d8b8d02d6b6..ffd0420dd2a2 100644 --- a/devel/libtai/Makefile +++ b/devel/libtai/Makefile @@ -3,14 +3,18 @@ PORTNAME= libtai PORTVERSION= 0.60 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= devel MASTER_SITES= http://cr.yp.to/libtai/ \ ftp://ftp.sunsite.auc.dk/disk1/qmail/ \ ftp://ftp.task.gda.pl/mirror/mirror.qmail.org/koobera/pub/software/ MAINTAINER= rodrigo@FreeBSD.org -COMMENT= Library for storing and manipulating dates and times in second/attosecond +COMMENT= Library for storing and manipulating dates and times + +LICENSE= UNLICENSE + +CONFLICTS_INSTALL= mess822 ALL_TARGET= it USES= groff |