1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-24 00:45:52 +00:00
freebsd-ports/www/p5-WWW-Mechanize-SpamCop/Makefile
Sunpoet Po-Chuan Hsieh f4b8d03338 - Add LICENSE
- Add BUILD_DEPENDS
- Sort PLIST
- Reformat pkg-descr
2014-08-01 17:20:18 +00:00

23 lines
438 B
Makefile

# Created by: Gea-Suan Lin <gslin@gslin.org>
# $FreeBSD$
PORTNAME= WWW-Mechanize-SpamCop
PORTVERSION= 0.08
CATEGORIES= www mail
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= SpamCop reporting automation
LICENSE= ART10 GPLv1
LICENSE_COMB= dual
BUILD_DEPENDS= p5-WWW-Mechanize>=0:${PORTSDIR}/www/p5-WWW-Mechanize
RUN_DEPENDS:= ${BUILD_DEPENDS}
USE_PERL5= configure
USES= perl5
.include <bsd.port.mk>