mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-25 09:34:11 +00:00
26 lines
527 B
Makefile
26 lines
527 B
Makefile
# New ports collection makefile for: p5-PDFJ
|
|
# Date created: Oct 22, 2002
|
|
# Whom: kuriyama@FreeBSD.org
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= PDFJ
|
|
PORTVERSION= 0.71
|
|
CATEGORIES= japanese perl5
|
|
MASTER_SITES= http://hp1.jonex.ne.jp/%7Enakajima.yasushi/archives/
|
|
|
|
MAINTAINER= kuriyama@FreeBSD.org
|
|
COMMENT= PDFJ module provides methods to generate Japanese PDF file
|
|
|
|
USE_ZIP= YES
|
|
PERL_CONFIGURE= YES
|
|
WRKSRC= ${WRKDIR}
|
|
EXTRACT_BEFORE_ARGS= -qo -a
|
|
|
|
.include <bsd.port.pre.mk>
|
|
|
|
PKGNAMEPREFIX:= ${PKGNAMEPREFIX}p5-
|
|
|
|
.include <bsd.port.post.mk>
|