14 lines
271 B
Makefile
14 lines
271 B
Makefile
# Created by: Zhen REN <bg1tpt@gmail.com>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= File_Fortune
|
|
PORTVERSION= 1.0.0
|
|
PORTREVISION= 1
|
|
CATEGORIES= textproc pear
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= Interface for reading from and writing to fortune files
|
|
|
|
USES= pear
|
|
|
|
.include <bsd.port.mk>
|