1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-28 10:08:24 +00:00
freebsd-ports/textproc/p5-XML-Literal/Makefile
Carlo Strub 344b32ccd9 - Fix typos in COMMENT
- Enforce the now clarified rules from the Porter's Handbook (e.g. no dots, no
  A/An, etc.)
2012-08-02 09:02:43 +00:00

25 lines
480 B
Makefile

# New ports collection makefile for: p5-XML-Literal
# Date created: 2006-08-01
# Whom: Gea-Suan Lin <gslin@gslin.org>
#
# $FreeBSD$
#
PORTNAME= XML-Literal
PORTVERSION= 0.02
CATEGORIES= textproc perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= perl@FreeBSD.org
COMMENT= Syntax support for XML literals
RUN_DEPENDS= p5-Sub-Override>=0:${PORTSDIR}/devel/p5-Sub-Override
BUILD_DEPENDS:= ${RUN_DEPENDS}
PERL_CONFIGURE= yes
MAN3= XML::Literal.3
.include <bsd.port.mk>