aboutsummaryrefslogblamecommitdiff
path: root/mail/spamcup/Makefile
blob: 42b52317c5124cdab0d133121632ebc29d7f0db6 (plain) (tree)
1
2
3
4
5
6
7
8
9
                                              


                       
                 
                    
                  
 
                                 
                                                                 
 
                     
 


                                                                
 

                                
                         
                   
 
                                                          

                      
# Created by: Yen-Ming Lee <leeym@FreeBSD.org>

PORTNAME=	spamcup
PORTVERSION=	1.09
PORTREVISION=	5
CATEGORIES=	mail
MASTER_SITES=	SF

MAINTAINER=	ports@FreeBSD.org
COMMENT=	Tool for automatic spam reporting via Spamcop.net

LICENSE=	GPLv1

RUN_DEPENDS=	p5-libwww>=0:www/p5-libwww \
		p5-Getopt-ArgvFile>=0:devel/p5-Getopt-ArgvFile \
		p5-HTML-Form>=0:www/p5-HTML-Form

USES=		perl5 shebangfix
SHEBANG_FILES=	spamcup.pl
USE_PERL5=	configure
NO_ARCH=	yes

PLIST_FILES=	bin/spamcup.pl ${SITE_PERL_REL}/spamcup.pl

.include <bsd.port.mk>