freebsd-ports/mail/spamcup/Makefile
Mathieu Arnold 8d6597e0bb Remove ${PORTSDIR}/ from dependencies, categories m, n, o, and p.
With hat:	portmgr
Sponsored by:	Absolight
2016-04-01 14:16:16 +00:00

27 lines
547 B
Makefile

# Created by: Yen-Ming Lee <leeym@FreeBSD.org>
# $FreeBSD$
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>