mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-15 03:14:23 +00:00
aeac01a4bb
Approved by: portmgr (not really, but touches unstaged ports)
16 lines
317 B
Makefile
16 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>
|