1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-04 01:48:54 +00:00
freebsd-ports/converters/base64/Makefile
Kirill Ponomarev f6b74f8240 Add LICENSE and LICENSE_FILE
PR:		228175
Submitted by:	Chris Hutchinson <portmaster@bsdforge.com>
2018-05-12 10:10:02 +00:00

22 lines
409 B
Makefile

# Created by: will
# $FreeBSD$
PORTNAME= base64
PORTVERSION= 1.5
PORTREVISION= 1
CATEGORIES= converters
MASTER_SITES= http://www.fourmilab.ch/webtools/base64/
MAINTAINER= nikola.lecic@anthesphoria.net
COMMENT= Utility to encode and decode base64 files
LICENSE= PD
LICENSE_FILE= ${WRKSRC}/COPYING
GNU_CONFIGURE= yes
ALL_TARGET= prog
PLIST_FILES= bin/base64 \
man/man1/base64.1.gz
.include <bsd.port.mk>