16 lines
342 B
Makefile
16 lines
342 B
Makefile
|
COMMENT = render/convert graphs in/from various formats
|
||
|
|
||
|
DISTNAME = Graph-Easy-0.76
|
||
|
CATEGORIES = math graphics
|
||
|
MAINTAINER = Johannes Thyssen Tishman <ports@thyssentishman.com>
|
||
|
|
||
|
# GPLv2 only
|
||
|
PERMIT_PACKAGE = Yes
|
||
|
MODULES = cpan
|
||
|
|
||
|
BUILD_DEPENDS = devel/p5-Module-Build>=0.36
|
||
|
CONFIGURE_STYLE = modbuild
|
||
|
PKG_ARCH = *
|
||
|
|
||
|
.include <bsd.port.mk>
|