forked from Lainports/opnsense-ports
Taken from: https://github.com/freebsd/freebsd-ports.git Commit id: 5070672073b68be364139bc6b3a89100bd17d331
15 lines
317 B
Makefile
15 lines
317 B
Makefile
# Created by: Andrew Pantyukhin <infofarmer@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= pantry
|
|
PORTVERSION= 32
|
|
CATEGORIES= misc
|
|
MASTER_SITES= http://www.smileystation.com/pantry/downloads/
|
|
|
|
MAINTAINER= earl@eeg3.net
|
|
COMMENT= Command-line nutrition analysis program
|
|
|
|
USES= tar:bzip2
|
|
GNU_CONFIGURE= yes
|
|
|
|
.include <bsd.port.mk>
|