freebsd-ports/japanese/mime_pls/Makefile
Norikatsu Shigemura 1814b4fda0 Add mime_pls 2.02, is a perl library which provies
perl functions in message header fields encoder/decoder
based RFC2047 and in message body encoder/decoder based
RFC2045.

WWW:		http://www.cc.rim.or.jp/~ikuta/mime_pls/
Sponsored by:	Ensure Technology Ltd.
2005-12-19 03:22:16 +00:00

31 lines
731 B
Makefile

# New ports collection makefile for: mime_pls
# Date created: 2005/12/19
# Whom: n-shigemura@ensure.jp
#
# $FreeBSD$
#
PORTNAME= mime_pls
PORTVERSION= 2.02
CATEGORIES= japanese perl5 mail
MASTER_SITES= http://www.cc.rim.or.jp/~ikuta/mime_pls/
PKGNAMEPREFIX= ja-p5-
DISTNAME= ${PORTNAME}${PORTVERSION:C/\.//}
EXTRACT_SUFX= .tgz
MAINTAINER= nork@FreeBSD.org
COMMENT= Perl Library for MIME encode/decode
USE_PERL5= yes
NO_BUILD= yes
NO_WRKSUBDIR= yes
BINS= rmime wmime rbody wbody
LIBS= mimer.pl mimew.pl
PLIST_FILES= ${BINS:C,^,bin/,} ${LIBS:C,^,${SITE_PERL_REL}/,}
do-install:
@${INSTALL_SCRIPT} ${BINS:C,^,${WRKSRC}/,} ${PREFIX}/bin
@${INSTALL_DATA} ${LIBS:C,^,${WRKSRC}/,} ${SITE_PERL}
.include <bsd.port.mk>