Update graphics/cimg to version 1.7.5,3
[dports.git] / graphics / p5-Image-PBMlib / Makefile
1 # Created by: Gea-Suan Lin <gslin@gslin.org>
2 # $FreeBSD$
3
4 PORTNAME=       Image-PBMlib
5 PORTVERSION=    2.00
6 PORTREVISION=   1
7 CATEGORIES=     graphics perl5
8 MASTER_SITES=   CPAN
9 PKGNAMEPREFIX=  p5-
10
11 MAINTAINER=     perl@FreeBSD.org
12 COMMENT=        Helper functions for PBM/PGM/PPM image file formats
13
14 LICENSE=        ART10 GPLv1
15 LICENSE_COMB=   dual
16
17 USES=           perl5
18 USE_PERL5=      configure
19
20 .include <bsd.port.mk>