Tweak converters/p5-Text-Unidecode version 0.04
[dports.git] / converters / base64 / Makefile
1 # Created by: will
2 # $FreeBSD$
3
4 PORTNAME=       base64
5 PORTVERSION=    1.5
6 PORTREVISION=   1
7 CATEGORIES=     converters
8 MASTER_SITES=   http://www.fourmilab.ch/webtools/base64/ \
9                 http://dl.droso.net/FreeBSD/distfiles/
10
11 MAINTAINER=     nikola.lecic@anthesphoria.net
12 COMMENT=        Utility to encode and decode base64 files
13
14 GNU_CONFIGURE=  yes
15 ALL_TARGET=     prog
16 PLIST_FILES=    bin/base64 \
17                 man/man1/base64.1.gz
18
19 .include <bsd.port.mk>