mirror of
https://github.com/beard7n/bsdports.git
synced 2026-04-10 18:41:17 +02:00
16 lines
367 B
Makefile
16 lines
367 B
Makefile
# Created by: will
|
|
# $FreeBSD: head/converters/base64/Makefile 469722 2018-05-12 10:10:02Z krion $
|
|
|
|
PORTNAME= base64
|
|
PORTVERSION= 1.5
|
|
CATEGORIES= converters
|
|
MASTER_SITES= http://www.fourmilab.ch/webtools/base64/
|
|
|
|
MAINTAINER= nikola.lecic@anthesphoria.net
|
|
COMMENT= Utility to encode and decode base64 files
|
|
|
|
GNU_CONFIGURE= yes
|
|
ALL_TARGET= prog
|
|
|
|
.include <bsd.port.mk>
|