View | Details | Raw Unified | Return to bug 39034
Collapse All | Expand All

(-)p5-Filter/Makefile (-2 / +2 lines)
Lines 6-18 Link Here
6
#
6
#
7
7
8
PORTNAME=	Filter
8
PORTNAME=	Filter
9
PORTVERSION=	1.23
9
PORTVERSION=	1.28
10
CATEGORIES=	devel perl5
10
CATEGORIES=	devel perl5
11
MASTER_SITES=	${MASTER_SITE_PERL_CPAN}
11
MASTER_SITES=	${MASTER_SITE_PERL_CPAN}
12
MASTER_SITE_SUBDIR=	Filter
12
MASTER_SITE_SUBDIR=	Filter
13
PKGNAMEPREFIX=	p5-
13
PKGNAMEPREFIX=	p5-
14
14
15
MAINTAINER=	ports@FreeBSD.org
15
MAINTAINER=	erwin@lansing.dk
16
16
17
PERL_CONFIGURE=	yes
17
PERL_CONFIGURE=	yes
18
18
(-)p5-Filter/distinfo (-1 / +1 lines)
Line 1 Link Here
1
MD5 (Filter-1.23.tar.gz) = 79823eabfd63c60343f0f048edd4a90e
1
MD5 (Filter-1.28.tar.gz) = 6b70d7158e01e9a9ba02f9b1e7c548cf
(-)p5-Filter/pkg-descr (+2 lines)
Lines 22-24 Link Here
22
22
23
       This source filter pipes the current source file through
23
       This source filter pipes the current source file through
24
       the C pre-processor (cpp) if it is available.
24
       the C pre-processor (cpp) if it is available.
25
26
WWW: http://search.cpan.org/search?dist=Filter

Return to bug 39034