mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-09 06:51:44 +00:00
20 lines
400 B
Makefile
20 lines
400 B
Makefile
# Created by: Brent J. Nordquist <bjn@visi.com>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= btoa
|
|
PORTVERSION= 5.2
|
|
PORTREVISION= 1
|
|
PORTEPOCH= 1
|
|
CATEGORIES= converters
|
|
MASTER_SITES= ${MASTER_SITE_LOCAL}
|
|
MASTER_SITE_SUBDIR= pgollucci
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= Encode/decode binary to printable ASCII
|
|
|
|
DESTDIRNAME= IGNOREME
|
|
MAKE_ARGS= DESTDIR=${STAGEDIR}${PREFIX}
|
|
MAKEFILE= Makefile.sun
|
|
|
|
.include <bsd.port.mk>
|