blob: 9eaf68d0aa821e970f2799804897e67814dd8203 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
# Created by: UMENO Takashi <umeno@rr.iij4u.or.jp>
# $FreeBSD$
PORTNAME= mingplot
PORTVERSION= 0.4
PORTREVISION= 1
CATEGORIES= graphics www
MASTER_SITES= http://0xcc.net/mingplot/
MAINTAINER= ports@FreeBSD.org
COMMENT= Tool to generate a flash-based chart
RUN_DEPENDS= ${RUBY_SITEARCHLIBDIR}/ming/mingc.so:${PORTSDIR}/graphics/ruby-ming
USE_RUBY= yes
USE_RUBY_FEATURES= iconv
DEPRECATED= Depends on deprecated graphics/ruby-ming
EXPIRATION_DATE= 2014-09-20
NO_STAGE= yes
.include <bsd.port.mk>
|