freebsd-ports/converters/base64/Makefile
Beech Rintoul 03578a43f3 - Fix creation of dos files
- Pass maintainership to submitter

PR:		ports/118568
Submitted by:	Nikola Lecic <nikola.lecic@anthesphoria.net>
Approved by:	linimon (mentor)
2007-12-17 08:35:22 +00:00

23 lines
475 B
Makefile

# New ports collection makefile for: base64
# Date created: 29 Oct 2000
# Whom: 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
.include <bsd.port.mk>