freebsd-ports/devel/p5-Sys-Syscall/Makefile
Adam Weinberger 95786c7af1 Remove backslashes from single- and double-quotes in COMMENT and _DESC
strings, that were passed through rather than escaping anything.

Approved by:	portmgr (not really, but it touches unstaged ports)
2014-07-23 01:45:47 +00:00

20 lines
393 B
Makefile

# Created by: Gea-Suan Lin <gslin@gslin.org>
# $FreeBSD$
PORTNAME= Sys-Syscall
PORTVERSION= 0.25
CATEGORIES= devel perl5
MASTER_SITES= CPAN
MASTER_SITE_SUBDIR= Sys
PKGNAMEPREFIX= p5-
MAINTAINER= perl@FreeBSD.org
COMMENT= Access system calls that Perl doesn't provide access to
USES= perl5
USE_PERL5= configure
post-patch:
@${RM} ${WRKSRC}/lib/Sys/Syscall.pm.orig
.include <bsd.port.mk>