2002-10-22 05:09:34 +02:00
|
|
|
# New ports collection makefile for: p5-PDFJ
|
|
|
|
# Date created: Oct 22, 2002
|
|
|
|
# Whom: kuriyama@FreeBSD.org
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= PDFJ
|
2003-11-03 10:00:49 +01:00
|
|
|
PORTVERSION= 0.71
|
2002-10-22 05:09:34 +02:00
|
|
|
CATEGORIES= japanese perl5
|
|
|
|
MASTER_SITES= http://hp1.jonex.ne.jp/%7Enakajima.yasushi/archives/
|
|
|
|
|
|
|
|
MAINTAINER= kuriyama@FreeBSD.org
|
2003-02-22 08:48:51 +01:00
|
|
|
COMMENT= PDFJ module provides methods to generate Japanese PDF file
|
2002-10-22 05:09:34 +02:00
|
|
|
|
|
|
|
USE_ZIP= YES
|
|
|
|
PERL_CONFIGURE= YES
|
|
|
|
WRKSRC= ${WRKDIR}
|
2003-11-03 10:00:49 +01:00
|
|
|
EXTRACT_BEFORE_ARGS= -qo -a
|
2002-10-22 05:09:34 +02:00
|
|
|
|
2002-10-24 09:46:28 +02:00
|
|
|
.include <bsd.port.pre.mk>
|
|
|
|
|
|
|
|
PKGNAMEPREFIX:= ${PKGNAMEPREFIX}p5-
|
|
|
|
|
|
|
|
.include <bsd.port.post.mk>
|