freebsd-ports/graphics/p5-Image-Base/Makefile
Sunpoet Po-Chuan Hsieh 7d001769da - Add NO_ARCH
2015-10-03 17:08:07 +00:00

20 lines
378 B
Makefile

# Created by: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
# $FreeBSD$
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
NO_ARCH= yes
USE_PERL5= configure
USES= perl5
.include <bsd.port.mk>