View | Details | Raw Unified | Return to bug 140385
Collapse All | Expand All

(-)extman/Makefile (-4 / +6 lines)
Lines 7-25 Link Here
7
7
8
PORTNAME=	extman
8
PORTNAME=	extman
9
PORTVERSION=	1.0.0
9
PORTVERSION=	1.0.0
10
PORTREVISION=	1
10
CATEGORIES=	mail
11
CATEGORIES=	mail
11
MASTER_SITES=	http://www.chifeng.name/dist/extman/%SUBDIR%/ \
12
MASTER_SITES=	http://www.chifeng.name/dist/extman/%SUBDIR%/ \
12
		http://mirror3.extmail.net/dist/%SUBDIR%/
13
		http://mirror3.extmail.net/dist/%SUBDIR%/
13
14
14
MAINTAINER?=	chifeng@gmail.com
15
MAINTAINER=	chifeng@gmail.com
15
COMMENT=	Web interface to manage Virtual Accounts
16
COMMENT=	Web interface to manage Virtual Accounts
16
17
17
USE_PERL5=	yes
18
NO_BUILD=	yes
19
20
RUN_DEPENDS=	${SITE_PERL}/${PERL_ARCH}/MIME/Base64.pm:${PORTSDIR}/converters/p5-MIME-Base64 \
18
RUN_DEPENDS=	${SITE_PERL}/${PERL_ARCH}/MIME/Base64.pm:${PORTSDIR}/converters/p5-MIME-Base64 \
21
		${SITE_PERL}/${PERL_ARCH}/GD.pm:${PORTSDIR}/graphics/p5-GD
19
		${SITE_PERL}/${PERL_ARCH}/GD.pm:${PORTSDIR}/graphics/p5-GD
22
20
21
USE_PERL5=	yes
22
NO_BUILD=	yes
23
23
OPTIONS=	MySQL "Use MySQL support" On \
24
OPTIONS=	MySQL "Use MySQL support" On \
24
		LDAP "Use LDAP support" Off
25
		LDAP "Use LDAP support" Off
25
26
Lines 34-38 Link Here
34
35
35
do-install:
36
do-install:
36
	@cd ${WRKSRC} && ${COPYTREE_SHARE} . ${WWWDIR}
37
	@cd ${WRKSRC} && ${COPYTREE_SHARE} . ${WWWDIR}
38
	@ ${CHOWN} -R ${WWWOWN}:${WWWGRP} ${WWWDIR}
37
39
38
.include <bsd.port.post.mk>
40
.include <bsd.port.post.mk>

Return to bug 140385