a1047d38f2
- Add LICENSE Changes: http://search.cpan.org/dist/Image-Base/Changes
23 lines
436 B
Makefile
23 lines
436 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.17
|
|
CATEGORIES= graphics perl5
|
|
MASTER_SITES= CPAN
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= sunpoet@FreeBSD.org
|
|
COMMENT= Base class for loading, manipulating, and saving images
|
|
|
|
LICENSE= LGPL3
|
|
|
|
PERL_CONFIGURE= yes
|
|
|
|
MAN3= Image::Base.3
|
|
|
|
.include <bsd.port.mk>
|