mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-05 01:55:52 +00:00
26 lines
535 B
Makefile
26 lines
535 B
Makefile
# 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>
|