freebsd-ports/graphics/p5-Image-Base/Makefile
2021-04-18 13:42:35 +08:00

20 lines
367 B
Makefile

# Created by: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
PORTNAME= Image-Base
PORTVERSION= 1.17
PORTREVISION= 1
CATEGORIES= graphics perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Base class for loading, manipulating, and saving images
LICENSE= LGPL3
USES= perl5
USE_PERL5= configure
NO_ARCH= yes
.include <bsd.port.mk>