21 lines
531 B
Makefile
21 lines
531 B
Makefile
# Created by: Cory R. King <coryking@mozimedia.com>
|
|
|
|
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>
|