aboutsummaryrefslogtreecommitdiff
path: root/audio/pear-Text_Spell_Audio/Makefile
blob: b7c55ab2eb8c9e227de276bf97a22a8637ac2658 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
PORTNAME=	Text_Spell_Audio
PORTVERSION=	0.1.0
CATEGORIES=	audio pear

MAINTAINER=	sunpoet@FreeBSD.org
COMMENT=	Generate a sound clip saying the contents of a string of characters
WWW=		https://pear.php.net/package/Text_Spell_Audio

LICENSE=	PHP301

USES=		pear

NO_ARCH=	yes

.include <bsd.port.mk>