13 lines
292 B
Makefile
13 lines
292 B
Makefile
# Created by: Antonio Carlos Venancio Junior (<antonio@inf.ufsc.br>)
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= Var_Dump
|
|
PORTVERSION= 1.0.4
|
|
CATEGORIES= devel www pear
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= Provides methods for dumping structured information about a variable
|
|
|
|
USES= pear
|
|
|
|
.include <bsd.port.mk>
|