Tweak math/geg version 1.0.2_7
[dports.git] / math / p5-Set-Window / Makefile
1 # Created by: Anton Berezin <tobez@tobez.org>
2 # $FreeBSD$
3
4 PORTNAME=       Set-Window
5 PORTVERSION=    1.01
6 CATEGORIES=     math perl5
7 MASTER_SITES=   CPAN
8 PKGNAMEPREFIX=  p5-
9
10 MAINTAINER=     tobez@FreeBSD.org
11 COMMENT=        Perl module to manage an interval on the integer line
12
13 USES=           perl5
14 USE_PERL5=      configure
15
16 post-patch:
17         @${REINPLACE_CMD} -i '' '/use 5/d' ${WRKSRC}/Window.pm
18
19 .include <bsd.port.mk>