mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-22 00:35:15 +00:00
36e92f7de3
- While I'm here, update LICENSE Changes: http://pear.php.net/package/Mail_Mime/download/ PR: ports/190028 Submitted by: Joe Horn <joehorn@gmail.com> (maintainer)
22 lines
491 B
Makefile
22 lines
491 B
Makefile
# Created by: Thierry Thomas (<thierry@pompo.net>)
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= Mail_Mime
|
|
PORTVERSION= 1.8.9
|
|
PORTEPOCH= 2
|
|
CATEGORIES= mail www pear
|
|
|
|
MAINTAINER= joehorn@gmail.com
|
|
COMMENT= PEAR classes to create and decode MIME messages
|
|
|
|
LICENSE= BSD3CLAUSE
|
|
|
|
BUILD_DEPENDS= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear
|
|
RUN_DEPENDS= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear
|
|
|
|
PEAR_AUTOINSTALL= yes
|
|
|
|
.include <bsd.port.pre.mk>
|
|
.include "${PORTSDIR}/devel/pear/bsd.pear.mk"
|
|
.include <bsd.port.post.mk>
|