mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-06 01:57:40 +00:00
46abd6e875
PR: 169885 Submitted by: Maintainer
26 lines
472 B
Makefile
26 lines
472 B
Makefile
# New ports collection makefile for: p5-Image-PBMlib
|
|
# Date created: 2006-11-12
|
|
# Whom: Gea-Suan Lin <gslin@gslin.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= Image-PBMlib
|
|
PORTVERSION= 2.00
|
|
CATEGORIES= graphics perl5
|
|
MASTER_SITES= CPAN
|
|
MASTER_SITE_SUBDIR= Image
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= perl@FreeBSD.org
|
|
COMMENT= Helper functions for PBM/PGM/PPM image file formats
|
|
|
|
LICENSE= ART10 GPLv1
|
|
LICENSE_COMB= dual
|
|
|
|
PERL_CONFIGURE= yes
|
|
|
|
MAN3= Image::PBMlib.3
|
|
|
|
.include <bsd.port.mk>
|