freebsd-ports/devel/activitymail/Makefile
2021-04-06 16:31:07 +02:00

18 lines
421 B
Makefile

# Created by: Joseph Scott <joseph@randomnetworks.com>
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 \
${SITE_MAN1}/activitymail.1.gz
.include <bsd.port.mk>