ViewVC Help
View File | Revision Log | Show Annotations | Download File | View Changeset | Root Listing
root/mports/trunk/mail/p5-Email-MIME-ContentType/Makefile
Revision: 23695
Committed: Wed Jul 25 23:30:07 2018 UTC (5 years, 9 months ago) by laffer1
File size: 667 byte(s)
Log Message:
update

File Contents

# Content
1 # New ports collection makefile for: p5-Email-MIME-ContentType
2 # Date created: Oct 11, 2008
3 # Whom: Lucas Holt
4 #
5 # $MidnightBSD$
6 #
7
8 PORTNAME= Email-MIME-ContentType
9 PORTVERSION= 1.022
10 CATEGORIES= mail perl5
11 MASTER_SITES= CPAN
12 PKGNAMEPREFIX= p5-
13
14 MAINTAINER= ports@MidnightBSD.org
15 COMMENT= Parse a MIME Content-Type Header
16
17 LICENSE= artistic gpl
18 LICENSE_COMB= dual
19 LICENSE_FILE= ${WRKSRC}/LICENSE
20
21 NO_ARCH= yes
22 USES= perl5
23 USE_PERL5= configure
24 PERL_CONFIGURE= yes
25
26 .include <bsd.port.pre.mk>
27
28 .if ${PERL_LEVEL} < 502508
29 BUILD_DEPENDS+= p5-Encode>=2.87:converters/p5-Encode
30 RUN_DEPENDS+= p5-Encode>=2.87:converters/p5-Encode
31 .endif
32
33 .include <bsd.port.post.mk>

Properties

Name Value
svn:keywords MidnightBSD=%H