1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-03 01:23:49 +00:00
freebsd-ports/graphics/p5-Image-PBMlib/Makefile
Cheng-Lung Sung f8816cb4eb Add p5-Image-PBMlib 1.05, helper functions for PBM/PGM/PPM image file
formats.

PR:		ports/105410
Submitted by:	Gea-Suan Lin <gslin at gslin.org>
2006-12-07 10:22:00 +00:00

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>