1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-22 04:17:44 +00:00
freebsd-ports/net/p5-Net-Trackback/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

23 lines
543 B
Makefile

# Created by: Cory R. King <coryking@mozimedia.com>
# $FreeBSD$
PORTNAME= Net-Trackback
PORTVERSION= 1.01
PORTREVISION= 1
CATEGORIES= net perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= coryking@mozimedia.com
COMMENT= Interface for developing Trackback clients and servers
BUILD_DEPENDS= p5-Class-ErrorHandler>=0.01:devel/p5-Class-ErrorHandler \
p5-libwww>0:www/p5-libwww
RUN_DEPENDS= p5-Class-ErrorHandler>=0.01:devel/p5-Class-ErrorHandler \
p5-libwww>0:www/p5-libwww
USES= perl5
USE_PERL5= configure
.include <bsd.port.mk>