b3e596f4c1
- Use real PORTVERSION and update dependent port - Add LICENSE - Sort *_DEPENDS - Add NO_ARCH Changes: http://search.cpan.org/dist/Email-Folder/Changes
25 lines
547 B
Makefile
25 lines
547 B
Makefile
# Created by: Lars Thegler <lars@thegler.dk>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= Email-Folder
|
|
PORTVERSION= 0.860
|
|
CATEGORIES= mail perl5
|
|
MASTER_SITES= CPAN
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= perl@FreeBSD.org
|
|
COMMENT= Read all the messages from a folder as Email::Simple objects
|
|
|
|
LICENSE= ART10 GPLv1
|
|
LICENSE_COMB= dual
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE
|
|
|
|
BUILD_DEPENDS= p5-Email-FolderType>=0.6:mail/p5-Email-FolderType \
|
|
p5-Email-Simple>=0:mail/p5-Email-Simple
|
|
RUN_DEPENDS:= ${BUILD_DEPENDS}
|
|
|
|
NO_ARCH= yes
|
|
USES= perl5
|
|
USE_PERL5= configure
|
|
|
|
.include <bsd.port.mk>
|