summaryrefslogtreecommitdiff
path: root/textproc/p5-Text-Typography/Makefile
blob: 4dead87ee3d4c63afd6c9c13042f4cf2baed912e (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
PORTNAME=	Text-Typography
PORTVERSION=	0.01
PORTREVISION=	1
CATEGORIES=	textproc perl5
MASTER_SITES=	CPAN
PKGNAMEPREFIX=	p5-

MAINTAINER=	perl@FreeBSD.org
COMMENT=	Perl module to markup ASCII text with correct typography for HTML
WWW=		https://metacpan.org/release/Text-Typography

USES=		perl5
USE_PERL5=	configure

.include <bsd.port.mk>