summaryrefslogtreecommitdiff
path: root/devel/pear-Console_Getargs/Makefile
blob: 8c65369c426eb182db899d099bb817f7a133671c (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
PORTNAME=	Console_Getargs
PORTVERSION=	1.4.0
CATEGORIES=	devel www pear

MAINTAINER=	sunpoet@FreeBSD.org
COMMENT=	PEAR command-line arguments parser
WWW=		https://pear.php.net/package/Console_Getargs

LICENSE=	PHP301

USES=		pear

NO_ARCH=	yes

.include <bsd.port.mk>