aboutsummaryrefslogtreecommitdiff
path: root/converters/base64/Makefile
blob: f313f65138a88be60c71ef265fa09a5b8b4c8a31 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# Created by: will
# $FreeBSD$

PORTNAME=	base64
PORTVERSION=	1.5
PORTREVISION=	1
CATEGORIES=	converters
MASTER_SITES=	http://www.fourmilab.ch/webtools/base64/ \
		http://dl.droso.net/FreeBSD/distfiles/

MAINTAINER=	nikola.lecic@anthesphoria.net
COMMENT=	Utility to encode and decode base64 files

GNU_CONFIGURE=	yes
ALL_TARGET=	prog
MAN1=		base64.1
PLIST_FILES=	bin/base64

NO_STAGE=	yes
.include <bsd.port.mk>