freebsd-ports/converters/base64/Makefile

20 lines
407 B
Makefile
Raw Normal View History

# 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
2001-07-24 19:48:16 +02:00
GNU_CONFIGURE= yes
ALL_TARGET= prog
2014-01-09 14:13:01 +01:00
PLIST_FILES= bin/base64 \
man/man1/base64.1.gz
.include <bsd.port.mk>