freebsd-ports/math/p5-Math-SimpleVariable/Makefile
2021-04-06 16:31:07 +02:00

20 lines
541 B
Makefile

# Created by: Sergey Skvortsov <skv@FreeBSD.org>
PORTNAME= Math-SimpleVariable
PORTVERSION= 0.03
PORTREVISION= 2
CATEGORIES= math perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= perl@FreeBSD.org
COMMENT= Simple representation of mathematical variables
USES= perl5
USE_PERL5= configure patch
pre-patch:
@${FIND} ${WRKSRC} -name "*.pm" | ${XARGS} ${PERL} -pi -e \
'$$package=$$1 if /^package\s+([^\s;]*);/; s!^require 5.005_62;!!; s!^use warnings;!!; s!^our\s+(\$$)(VERSION)\s+=!$$1$${package}::$$2=!;'
.include <bsd.port.mk>