diff options
author | Sergey Skvortsov <skv@FreeBSD.org> | 2002-05-27 14:34:09 +0000 |
---|---|---|
committer | Sergey Skvortsov <skv@FreeBSD.org> | 2002-05-27 14:34:09 +0000 |
commit | 157c3e4cb71cb4169c595257e7dd94918954d1e1 (patch) | |
tree | ce2e5b842de38d4b52880a82357e1ca23613780b /mail/p5-POE-Component-Client-POP3/Makefile | |
parent | 493c921e3adc479b4b2629341de37c3f530a7b44 (diff) | |
download | ports-157c3e4cb71cb4169c595257e7dd94918954d1e1.tar.gz ports-157c3e4cb71cb4169c595257e7dd94918954d1e1.zip |
Add p5-POE-Component-Client-POP3 0.02,
impliment a POP3 client POE
component.
Notes
Notes:
svn path=/head/; revision=60133
Diffstat (limited to 'mail/p5-POE-Component-Client-POP3/Makefile')
-rw-r--r-- | mail/p5-POE-Component-Client-POP3/Makefile | 33 |
1 files changed, 33 insertions, 0 deletions
diff --git a/mail/p5-POE-Component-Client-POP3/Makefile b/mail/p5-POE-Component-Client-POP3/Makefile new file mode 100644 index 000000000000..b62ad9e90686 --- /dev/null +++ b/mail/p5-POE-Component-Client-POP3/Makefile @@ -0,0 +1,33 @@ +# New ports collection makefile for: POE-Component-Client-POP3 +# Date created: 17 March 2002 +# Whom: Sergey Skvortsov <skv@FreeBSD.org> +# +# $FreeBSD$ +# + +PORTNAME= POE-Component-Client-POP3 +PORTVERSION= 0.02 +CATEGORIES= devel perl5 +MASTER_SITES= ${MASTER_SITE_PERL_CPAN} +MASTER_SITE_SUBDIR= POE +PKGNAMEPREFIX= p5- + +MAINTAINER= skv@FreeBSD.org + +BUILD_DEPENDS= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/POE.pm:${PORTSDIR}/devel/p5-POE +RUN_DEPENDS= ${BUILD_DEPENDS} + +PLIST_SUB= EXAMPLESDIR="share/examples/${PORTNAME}" +PERL_CONFIGURE= yes + +MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION} +MAN3= POE::Component::Client::POP3.3 + +post-install: +.ifndef(NOPORTDOCS) + @${ECHO_MSG} "===> Installing examples for ${PKGNAME}" + @${MKDIR} ${EXAMPLESDIR} + ${INSTALL_SCRIPT} ${WRKSRC}/samples/* ${EXAMPLESDIR} +.endif + +.include <bsd.port.mk> |