mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-03 01:23:49 +00:00
f8816cb4eb
formats. PR: ports/105410 Submitted by: Gea-Suan Lin <gslin at gslin.org>
23 lines
430 B
Makefile
23 lines
430 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= 1.05
|
|
CATEGORIES= graphics perl5
|
|
MASTER_SITES= CPAN
|
|
MASTER_SITE_SUBDIR= Image
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= gslin@gslin.org
|
|
COMMENT= Helper functions for PBM/PGM/PPM image file formats
|
|
|
|
PERL_CONFIGURE= yes
|
|
|
|
MAN3= Image::PBMlib.3
|
|
|
|
.include <bsd.port.mk>
|