mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-03 01:23:49 +00:00
dec946ad51
See http://wiki.freebsd.org/Perl for details. - Change maintainership from ports@ to perl@ for ports in this changeset. - Remove MD5 checksum
27 lines
561 B
Makefile
27 lines
561 B
Makefile
# New ports collection makefile for: p5-subatom
|
|
# Date created: 2006-09-26
|
|
# Whom: Gea-Suan Lin <gslin@gslin.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= subatom
|
|
PORTVERSION= 0.12
|
|
CATEGORIES= devel perl5
|
|
MASTER_SITES= CPAN
|
|
MASTER_SITE_SUBDIR= CPAN:HDM
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= gslin@gslin.org
|
|
COMMENT= Produce an atom feed from subversion commits
|
|
|
|
BUILD_DEPENDS= ${SITE_PERL}/XML/Atom/SimpleFeed.pm:${PORTSDIR}/textproc/p5-XML-Atom-SimpleFeed
|
|
RUN_DEPENDS:= ${BUILD_DEPENDS}
|
|
|
|
PERL_MODBUILD= 5.8.0+
|
|
PLIST_FILES= bin/subatom
|
|
|
|
MAN1= subatom.1
|
|
|
|
.include <bsd.port.mk>
|