freebsd-ports/math/p5-Math-SimpleVariable/Makefile
Sunpoet Po-Chuan Hsieh dba88c836f - Fix *_DEPENDS: this port does not require p5-Class-Fields and p5-Class-Fields does not install SITE_PERL/fields.pm
- Bump PORTREVISION for dependency change

Reported by:	pointyhat
2012-05-18 01:56:36 +00:00

26 lines
650 B
Makefile

# New ports collection makefile for: Math::SimpleVariable
# Date created: 5 Nov 2001
# Whom: Sergey Skvortsov <skv@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= Math-SimpleVariable
PORTVERSION= 0.03
PORTREVISION= 1
CATEGORIES= math perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= perl@FreeBSD.org
COMMENT= Simple representation of mathematical variables
PERL_CONFIGURE= yes
MAN3= Math::SimpleVariable.3
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>