1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-17 03:25:46 +00:00
freebsd-ports/textproc/p5-XML-Literal/Makefile
2021-04-06 16:31:07 +02:00

20 lines
382 B
Makefile

# Created by: Gea-Suan Lin <gslin@gslin.org>
PORTNAME= XML-Literal
PORTVERSION= 0.02
PORTREVISION= 1
CATEGORIES= textproc perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= perl@FreeBSD.org
COMMENT= Syntax support for XML literals
BUILD_DEPENDS= ${RUN_DEPENDS}
RUN_DEPENDS= p5-Sub-Override>=0:devel/p5-Sub-Override
USES= perl5
USE_PERL5= configure
.include <bsd.port.mk>