mirror of
https://git.freebsd.org/ports.git
synced 2025-06-17 18:50:33 -04:00
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/
21 lines
419 B
Makefile
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>
|