da2f0aff09
Submitted by: rm
19 lines
429 B
Makefile
19 lines
429 B
Makefile
# Created by: Joseph Scott <joseph@randomnetworks.com>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= activitymail
|
|
PORTVERSION= 1.26
|
|
CATEGORIES= devel perl5
|
|
MASTER_SITES= CPAN
|
|
MASTER_SITE_SUBDIR= CPAN:DWHEELER/activitymail
|
|
|
|
MAINTAINER= joseph@randomnetworks.com
|
|
COMMENT= Program for sending email messages for CVS repository commits
|
|
|
|
USES= perl5
|
|
USE_PERL5= modbuild
|
|
|
|
PLIST_FILES= bin/activitymail \
|
|
man/man1/activitymail.1.gz
|
|
|
|
.include <bsd.port.mk>
|