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>
|