1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-27 10:03:20 +00:00
freebsd-ports/textproc/p5-XML-Code/Makefile
Wesley Shields 6e6ab4495a Perl module for converting XML hash structures into plain text.
Approved by:	garga (mentor, implicit)
2008-06-01 23:01:08 +00:00

22 lines
398 B
Makefile

# New ports collection makefile for: XML::Code
# Date created: 1 June 2008
# Whom: Wesley Shields <wxs@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= XML-Code
PORTVERSION= 0.4
CATEGORIES= textproc perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= wxs@FreeBSD.org
COMMENT= Module for converting XML hash structures into plain text
MAN3= XML::Code.3
PERL_CONFIGURE= yes
.include <bsd.port.mk>