diff options
Diffstat (limited to 'converters/base64/Makefile')
-rw-r--r-- | converters/base64/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/converters/base64/Makefile b/converters/base64/Makefile index 366b54539158..c6a854e2a130 100644 --- a/converters/base64/Makefile +++ b/converters/base64/Makefile @@ -7,12 +7,13 @@ PORTNAME= base64 PORTVERSION= 1.5 +PORTREVISION= 1 CATEGORIES= converters MASTER_SITES= http://www.fourmilab.ch/webtools/base64/ \ http://dl.droso.net/FreeBSD/distfiles/ -MAINTAINER= ports@FreeBSD.org -COMMENT= Simple program to convert binary files to base64 +MAINTAINER= nikola.lecic@anthesphoria.net +COMMENT= Utility to encode and decode base64 files GNU_CONFIGURE= yes ALL_TARGET= prog |