freebsd-ports/graphics/p5-Image-Base/Makefile
Sunpoet Po-Chuan Hsieh a1047d38f2 - Update to 1.17
- Add LICENSE

Changes:	http://search.cpan.org/dist/Image-Base/Changes
2012-08-04 16:33:05 +00:00

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>