blob: aa29fd6e8a213e98539fb661fc95a6de1ccc313c (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
# Created by: Sergey Skvortsov <skv@protey.ru>
# $FreeBSD$
PORTNAME= XML-Quote
PORTVERSION= 1.02
CATEGORIES= textproc perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= perl@FreeBSD.org
COMMENT= XML quote/dequote functions
PERL_CONFIGURE= yes
MAN3= XML::Quote.3
.include <bsd.port.mk>
|