diff options
author | Andrej Zverev <az@FreeBSD.org> | 2014-01-05 12:07:20 +0000 |
---|---|---|
committer | Andrej Zverev <az@FreeBSD.org> | 2014-01-05 12:07:20 +0000 |
commit | f41a84cc7d54044c8fcbc96ce9aef8d24baf94a1 (patch) | |
tree | fb11824dba78512107bc8028b366c00245ab297b /mail/p5-MIME-Fast | |
parent | 9322378f74a4f30723526ff97db8622a5f743c40 (diff) | |
download | ports-f41a84cc7d54044c8fcbc96ce9aef8d24baf94a1.tar.gz ports-f41a84cc7d54044c8fcbc96ce9aef8d24baf94a1.zip |
Notes
Diffstat (limited to 'mail/p5-MIME-Fast')
-rw-r--r-- | mail/p5-MIME-Fast/Makefile | 5 | ||||
-rw-r--r-- | mail/p5-MIME-Fast/pkg-plist | 1 |
2 files changed, 2 insertions, 4 deletions
diff --git a/mail/p5-MIME-Fast/Makefile b/mail/p5-MIME-Fast/Makefile index 8ebf60f34214..5a20598a90aa 100644 --- a/mail/p5-MIME-Fast/Makefile +++ b/mail/p5-MIME-Fast/Makefile @@ -12,14 +12,11 @@ MAINTAINER= perl@FreeBSD.org COMMENT= Create, edit, and parse MIME messages (via gmime2 C library) BUILD_DEPENDS= p5-Scalar-List-Utils>=0:${PORTSDIR}/lang/p5-Scalar-List-Utils -LIB_DEPENDS= gmime-2.0.4:${PORTSDIR}/mail/gmime2 +LIB_DEPENDS= libgmime-2.0.so:${PORTSDIR}/mail/gmime2 RUN_DEPENDS:= ${BUILD_DEPENDS} USES= perl5 USE_PERL5= configure CONFIGURE_ENV= PREFIX="${PREFIX}" CCFLAGS="${CCFLAGS} ${PTHREAD_CFLAGS}" -MAN3= MIME::Fast.3 - -NO_STAGE= yes .include <bsd.port.mk> diff --git a/mail/p5-MIME-Fast/pkg-plist b/mail/p5-MIME-Fast/pkg-plist index e2103c7884b5..3a4ac30332e0 100644 --- a/mail/p5-MIME-Fast/pkg-plist +++ b/mail/p5-MIME-Fast/pkg-plist @@ -4,6 +4,7 @@ %%SITE_PERL%%/%%PERL_ARCH%%/auto/MIME/Fast/Fast.bs %%SITE_PERL%%/%%PERL_ARCH%%/auto/MIME/Fast/Fast.so %%SITE_PERL%%/%%PERL_ARCH%%/auto/MIME/Fast/autosplit.ix +%%PERL5_MAN3%%/MIME::Fast.3.gz @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/MIME @dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/MIME/Fast @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/MIME |