15 lines
284 B
Makefile
15 lines
284 B
Makefile
# Created by: Antonio Carlos Venancio Junior (<antonio@inf.ufsc.br>)
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= Console_Getargs
|
|
DISTVERSION= 1.4.0
|
|
CATEGORIES= devel www pear
|
|
|
|
MAINTAINER= joneum@FreeBSD.org
|
|
COMMENT= PEAR command-line arguments parser
|
|
|
|
LICENSE= PHP301
|
|
|
|
USES= pear
|
|
|
|
.include <bsd.port.mk>
|