freebsd-ports/mail/p5-Mail-Box-Parser-C/Makefile
Sunpoet Po-Chuan Hsieh 2c8a455b48 Update to 3.009
- Remove LICENSE_FILE
- Sort PLIST

Changes:	http://search.cpan.org/dist/Mail-Box-Parser-C/ChangeLog
2018-03-06 20:31:56 +00:00

25 lines
528 B
Makefile

# Created by: Sergey Skvortsov <skv@protey.ru>
# $FreeBSD$
PORTNAME= Mail-Box-Parser-C
PORTVERSION= 3.009
CATEGORIES= mail perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= perl@FreeBSD.org
COMMENT= Parsing folders for Mail::Box with C routines
LICENSE= ART10 GPLv1+
LICENSE_COMB= dual
BUILD_DEPENDS= p5-Mail-Box>=0:mail/p5-Mail-Box
RUN_DEPENDS:= ${BUILD_DEPENDS}
USES= perl5
USE_PERL5= configure
post-install:
${STRIP_CMD} ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/Mail/Box/Parser/C/C.so
.include <bsd.port.mk>