blob: 553ea74da664cae6c481443ef10db647a8ea3759 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
# 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>
|