43d6c31649
While here trim headers Feature safe: yes
17 lines
296 B
Makefile
17 lines
296 B
Makefile
# 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>
|