ports/graphics/p5-Image-Base/Makefile
Sunpoet Po-Chuan Hsieh 1a6b25f912 - Add p5-Image-Base 1.16
Image::Base is a base class for loading, manipulating and saving images. This
class should not be used directly.

WWW: http://search.cpan.org/dist/Image-Base/
2011-09-23 19:02:03 +00:00

21 lines
419 B
Makefile

# New ports collection makefile for: p5-Image-Base
# Date created: 2011-09-23
# Whom: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= Image-Base
PORTVERSION= 1.16
CATEGORIES= graphics perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Base class for loading, manipulating and saving images
PERL_CONFIGURE= yes
MAN3= Image::Base.3
.include <bsd.port.mk>