aboutsummaryrefslogtreecommitdiff
path: root/math/libtommath/Makefile
diff options
context:
space:
mode:
authorTim Bishop <tdb@FreeBSD.org>2005-12-02 20:50:25 +0000
committerTim Bishop <tdb@FreeBSD.org>2005-12-02 20:50:25 +0000
commit01367007ef3bdb234fb408c7174ca332fe9e7697 (patch)
tree7c782846d725ed869beede96202c57afc4a6afb5 /math/libtommath/Makefile
parent79b3f545ee9ec61d4822073b2c1b8201ee956c31 (diff)
downloadports-01367007ef3bdb234fb408c7174ca332fe9e7697.tar.gz
ports-01367007ef3bdb234fb408c7174ca332fe9e7697.zip
Notes
Diffstat (limited to 'math/libtommath/Makefile')
-rw-r--r--math/libtommath/Makefile6
1 files changed, 4 insertions, 2 deletions
diff --git a/math/libtommath/Makefile b/math/libtommath/Makefile
index 8a1a2b566664..6fde51a498a4 100644
--- a/math/libtommath/Makefile
+++ b/math/libtommath/Makefile
@@ -6,8 +6,7 @@
#
PORTNAME= libtommath
-PORTVERSION= 0.36
-PORTREVISION= 1
+PORTVERSION= 0.37
CATEGORIES= math
MASTER_SITES= http://math.libtomcrypt.org/files/
DISTNAME= ltm-${PORTVERSION}
@@ -21,4 +20,7 @@ USE_BZIP2= yes
USE_GMAKE= yes
ALL_TARGET= default
+PLIST_FILES= include/tommath.h include/tommath_class.h \
+ include/tommath_superclass.h lib/libtommath.a
+
.include <bsd.port.mk>